mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update ADMIN.md
This commit is contained in:
parent
dc481cfec2
commit
90618d71cd
1 changed files with 8 additions and 6 deletions
14
doc/ADMIN.md
14
doc/ADMIN.md
|
@ -2,13 +2,15 @@ After the installation, you can create your first user in your browser.
|
|||
|
||||
Then, to change it as admin user, you have to go to cli:
|
||||
|
||||
```python
|
||||
pushd $install_dir/
|
||||
pipenv shell
|
||||
ftcli users update <user> --set-admin true
|
||||
```
|
||||
|
||||
> pushd $install_dir/
|
||||
|
||||
> pipenv shell
|
||||
|
||||
> ftcli users update <user> --set-admin true
|
||||
|
||||
|
||||
|
||||
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.
|
||||
|
||||
<user> has to be changed with the actual username the account creation has been done.
|
||||
`<user>` has to be changed with the actual username the account creation has been done.
|
||||
|
|
Loading…
Add table
Reference in a new issue