Closed dhoeric closed 7 years ago
For issue #65 Actually not that familiar with the quokka_ng itself, therefore just right now hardcode port 5000 when runserver.
runserver
mkdir /tmp/quokka1
docker run --rm -it -p 5000:5000 -v /tmp/quokka1:/work dhoeric/quokka init demo --theme=bootstrap3 docker run --rm -it -p 5000:5000 -v /tmp/quokka1/demo:/work dhoeric/quokka
Go http://localhost:5000
Cool!
For issue #65 Actually not that familiar with the quokka_ng itself, therefore just right now hardcode port 5000 when
runserver
.Create a tmp directory
Init and run project
Go http://localhost:5000