Updated Updating (markdown)
parent
3e5a560383
commit
7fe1eeda67
1 changed files with 9 additions and 3 deletions
12
Updating.md
12
Updating.md
|
@ -1,5 +1,11 @@
|
|||
If you deployed the app and want to update to a newer version all you have to do is to rename the current's app folder eg: `benchmark-scoreboard` to `benchmark-scoreboard-old`.
|
||||
If you deployed the app and want to update to a newer version all you have to do is:
|
||||
|
||||
Copy from the virtualenv folder from `benchmark-scoreboard-old` to `benchmark-scoreboard`.
|
||||
1. Stop the service.
|
||||
```
|
||||
sudo systemctl stop benchmark_scoreboard.service
|
||||
```
|
||||
2. Rename the current's app folder eg: `benchmark-scoreboard` to `benchmark-scoreboard-old`.
|
||||
|
||||
Hope everything works.
|
||||
3. Copy from the virtualenv folder from `benchmark-scoreboard-old` to `benchmark-scoreboard`.
|
||||
|
||||
4. Restart the service and hope that everything works and nothing is broken. (You may also clean the database)
|
Loading…
Reference in a new issue