WildCAS / CASCategorization

Playground for CAS categorization
Other
0 stars 1 forks source link

Conda Setup Script #3

Closed kevinlee12 closed 8 years ago

kevinlee12 commented 8 years ago

Make a bash conda setup script that will install conda and set up the cas environment

kevinlee12 commented 8 years ago

@sdulal, only because we need a :apple: tester :stuck_out_tongue:

kevinlee12 commented 8 years ago

@sdulal, forgot to say that we have a Conda setup script for CircleCI in scripts/, you might be able to modify that.

kevinlee12 commented 8 years ago

The script would do the following:

  1. Check if conda is installed, if not, install it using either Mac or Linux link:
  2. Store the conda path in a .condarc file
  3. Activate condarc file
  4. Start the environment creation script (TODO: deal with scipy Mac vs Linux version)
  5. Pip install requirements.txt
  6. Run DB setup script
  7. python manage.py test
sdulal commented 8 years ago

Done!