Skip to content

32footsteps/SpecialCollectionsProject

Repository files navigation

SpecialCollectionsProject

##Setup Instructions for Linux virtualenv, MySQL or mariadb, and Node.js are required.

  • Import special_collections_db.sql into MySQL.
  • Fork this repository.
  • $ git clone git@github.com:<your username>/https://github.com/zissou1898/SpecialCollectionsProject.git
  • Update admin password in specialcollections/settings.py.
  • $ cd SpecialCollectionsProject
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ cd bin
  • $ source activate
  • Create admin user by running ./manage.py createsuperuser
  • $ ./manage.py migrate
  • $ cd .. && cd specialcollections
  • $ ./manage.py runserver
  • Open your browser to localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published