Tool to annotate resources meant to be published on http://shescoding.org/resources
Resource Annotation Wizard installation notes
-
create virtualenv (a) install virtualenv https://virtualenv.pypa.io/en/stable/installation/ (b) install virtualenvwrapper https://virtualenvwrapper.readthedocs.io/en/latest/install.html (c) create a new environment mkvirtualenv resource-wizard workon https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html#managing-environments
-
install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
install Python 3.6.3 brew install python3 http://docs.python-guide.org/en/latest/starting/install3/osx/
-
install Django 2 pip3 install Django https://docs.djangoproject.com/en/2.0/intro/install/
-
install PostgresQL TBD
-
setup the database TBD
-
clone the resource-annotation-wizard project
-
start the server python3 manage.py runserver go to http://127.0.0.1:8000/