From 1ce4b9c4e3371b833ebde817b40d4579f2aca70b Mon Sep 17 00:00:00 2001 From: Beatrigz <113090830+Beatrigz@users.noreply.github.com> Date: Mon, 13 May 2024 15:22:01 +0200 Subject: [PATCH] Update development.md --- doc/development.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/development.md b/doc/development.md index a6e5ff37..ef07ffc5 100644 --- a/doc/development.md +++ b/doc/development.md @@ -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 ```