Skip to content

Commit

Permalink
Update details in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jul 1, 2020
1 parent 71c56b0 commit b9667f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,14 @@ Fast, simple, async php telegram api server:
1. View/control processes: `supervisorctl`

## Update
* `git fetch && git reset --hard origin/master`
* `git pull` or `git fetch && git reset --hard origin/master`
* `composer install -o --no-dev`
* Compare `.env.docker` or `.env` with corresponding `.env.example`. Update if needed.
* `docker-compose restart` or `supervisorctl restart telegram_api_server`
* Docker:
* `docker-compose pull`
* `docker-compose down`
* `docker-compose up`
* Manual: `supervisorctl restart telegram_api_server`

## Advanced features
### Uploading files.
Expand Down

0 comments on commit b9667f3

Please sign in to comment.