You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install Django==$DJANGO_VERSION
$DJANGO_VERSION doesn't exist. Please tell outside developers what version they should install
On Ubuntu server there were two further undocumented dependencies: sudo apt-get install python-dev libmysqlclient-dev
database creation required root access and password on my vanilla Ubuntu (14.04 LT server edition) setup. E.g.: sudo mysql -p -e 'CREATE DATABASE biodesigner'
It is not mentioned at all that the django project has to be downloaded and installed. Include a wget or git checkout command that downloads the django app.
The text was updated successfully, but these errors were encountered:
The setup instructions are incomplete:
pip install Django==$DJANGO_VERSION
$DJANGO_VERSION doesn't exist. Please tell outside developers what version they should install
sudo apt-get install python-dev libmysqlclient-dev
sudo mysql -p -e 'CREATE DATABASE biodesigner'
wget
orgit checkout
command that downloads the django app.The text was updated successfully, but these errors were encountered: