- 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 envmake migratecommands - 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 envmake migratemake initloginmake runcommands - 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
geckodriverfrom https://github.com/mozilla/geckodriver/releases - Place it in
bindirectory of the virtual env. - RUN
make testcommand to execute tests.