diff --git a/README.md b/README.md index 2047d85ca436061d436b2047a21d5709e85ae7eb..e8dba8f2edb8da52722354b91a7f1bc7ac27c7d7 100644 --- a/README.md +++ b/README.md @@ -64,24 +64,3 @@ You should have received a copy of the GNU Affero General Public License along w ![MobileView](/images/mobile.png) ![ProfileView](/images/profile_view.png) -## Start services - -### Start redis - - redis-server - -### Start queue - - cd src - pipenv run huey_consumer.py tasks.main.huey -m 1 -w 4 - -### Start server - - cd src - pipenv run gunicorn --bind 0.0.0.0:3000 main:app --keep-alive 5 --log-level DEBUG --workers 8 --threads=4 - -### Start streaming - - cd src - node streaming/index.js -