stackoverflow like application
clone repository:
$ git clone https://github.com/assigdev/hasker
install docker and docker-compose for your OS.
Then up docker containers:
$ cd hasker
$ make prod
if you run docker with sudo, run make with sudo
for configure (migrate, collectstatic and createsuperuser) in another terminal connection
$ make configure
for update collectstatic and migrations
$ make update
for reload app
$ docker-compose stop
$ make prod
clone repository:
$ git clone https://github.com/assigdev/hasker
install docker and docker-compose for your OS.
Then up docker containers:
$ cd hasker
$ make dev b=1
For next up use
$ make dev
if you run docker with sudo, run make with sudo
for configure (migrate, collectstatic and createsuperuser) in another terminal connection
$ make configure
)
clone repository:
$ git clone https://github.com/assigdev/hasker
Then up django dev server:
$ cd hasker
$ make dev_easy b=1
For next up use
$ make dev_easy
other manage commands:
$ pipenv run python manage.py *command*