Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatrigz committed May 13, 2024
1 parent 47efeb0 commit 1ce4b9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@ git rebase
# Rebase changes the properties of crontab file
sudo chown root:root crontab
sudo chmod 755 crontab
# Frontend deployment
npm install
# Frontend and backend deployment
make deploy # for development and production assets
# Backend deployment
source .venv/bin/activate
pip install -e .
# Restart the application
sudo supervisorctl restart tomatic
```
Expand Down

0 comments on commit 1ce4b9c

Please sign in to comment.