add readme and bash scripts

This commit is contained in:
Mariano Ramon
2022-01-23 18:35:07 -03:00
parent 7a8367893c
commit cbb7bf657a
4 changed files with 36 additions and 1 deletions

4
dmweb.sh Normal file
View File

@@ -0,0 +1,4 @@
sudo systemctl start mongod.service
. ~/mdir/venvs/deskmeter/bin/activate
cd ~/mdir/deskmeter/dmapp
python3 run.py