Please visit https://code.usgs.gov/WiM/merlin for the active repo of this project.
Setup:
- Install PostgreSQL 9.6 or later
- Install Python3 (64bit)
- Clone this repo
- Get your settings.py file in order
- Using pip, install VirtualEnv
- Create and activate a new virtual environment
- Using pip, install python dependencies
- Migrate data to PostgreSQL
- Using Django, run the dev server
- Enjoy!