Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation instructions missing points #2

Open
igemsoftwareadmin opened this issue Sep 21, 2015 · 0 comments
Open

installation instructions missing points #2

igemsoftwareadmin opened this issue Sep 21, 2015 · 0 comments

Comments

@igemsoftwareadmin
Copy link
Member

The setup instructions are incomplete:

  1. pip install Django==$DJANGO_VERSION
    $DJANGO_VERSION doesn't exist. Please tell outside developers what version they should install
  2. On Ubuntu server there were two further undocumented dependencies:
    sudo apt-get install python-dev libmysqlclient-dev
  3. 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'
  4. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant