Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions LabAdmin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Django==1.10.2
Pillow==3.4.1
Django==1.10.5
Pillow==3.4.2
django-cors-middleware==1.3.1
django-oauth-toolkit==0.10.0
djangorestframework==3.4.7
mysqlclient==1.3.9
paho-mqtt==1.2
psycopg2==2.6.2
6 changes: 3 additions & 3 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ From inside the virtual machine we are going to install all requirements.
Please note that *mysql-server* will require a password for the root user that you'll need later.

```
sudo apt install build-essential python3.4 python3.4-dev python-virtualenv libjpeg-dev libpq-dev libmysqlclient-dev git python2.7 mysql-server
sudo apt install build-essential python3 python3-dev python-virtualenv libjpeg-dev libpq-dev libmysqlclient-dev git python2.7 mysql-server
sudo apt-get clean
```

Expand Down Expand Up @@ -115,10 +115,10 @@ Now as the *labadmin* user we can setup the *labadmin* instance:

```
git clone https://github.com/OfficineArduinoTorino/chatlab
virtualenv -p python3.4 venv
virtualenv -p python3 venv
. ./venv/bin/activate
pip install -r chatlab/LabAdmin/requirements.txt
pip install https://github.com/FablabTorino/LabAdmin/archive/master.zip
pip install https://github.com/OfficineArduinoTorino/LabAdmin/archive/master.zip

mkdir bin
cp chatlab/LabAdmin/labadmin bin/
Expand Down