- enter short term goals
- log your activity daily
- leave rest to the app
- Build image
sudo docker build -t makegoalsdaily/logtoday deploy/docker
- Run container
docker run -d --name logtoday -p 8080:8080 makegoalsdaily/logtoday
- Point your browser to localhost:8080 and login.
Username: admin
Password: makegoalsdaily
- Install and configure apache with mod_wsgi for py3
- Download or clone project and change to project dir
- Create virtualenv and RUN
make env
make migrate
commands - Setup apache conf as makegoalsdaily.conf
- Set write permission for db.sqlite3 and RUN
python3 manage.py initlogin
- RUN
git clone https://github.com/sundeep-co-in/makegoalsdaily.git
- Create a virtualenv and activate it.
- RUN
make env
make migrate
make initlogin
make run
commands - Point your browser to localhost:8000 and import project in your IDE
- Create GitHub issues and lets discuss how we can make this better!
- Download
geckodriver
from https://github.com/mozilla/geckodriver/releases - Place it in
bin
directory of the virtual env. - RUN
make test
command to execute tests.