yet another watchlist manager
- pipenv
- pip
- Python 3.6
There are two options to setup and run the app. You can either choose to setup the Docker (ToDo) environment or run it via pipenv
(virtualenv like system). In both options you must have the 'stack' installed.
- Docker CE (lastest) installed
-
Installation
- Docker, see here
-
Used Docker images:
- Python 3.6
- Postgres
- Nginx
-
-
Git clone this repo.
$ git clone https://github.com/diogosimao/snugasabuginacouch.git && cd snugasabuginacouch
-
Make sure you have
pipenv
installed viapip
. -
Use
pipenv
to create a virtualenv, install its dependencies and activate the virtualenv.$ pipenv --three && pipenv shell
-
Run
. ./bin/start_development.sh