Sign inSign up

4383/poc

By 4383

Updated over 9 years ago

POC download page

Image
0

1.2K

4383/poc repository overview

POC

POC download available on docker hub

Usage

With docker
$ docker pull 4383/poc
$ docker run -it --publish 80:8000 4383/poc
$ # now open your webbrowser at container ip
$ # connect you with login:root, password:orange123
Local installation
$ git clone https://github.com/4383/poc
$ cd poc
$ pip install -r requirements.txt
$ python sources/manage.py makemigrations schema
$ python sources/manage.py migrate
$ python sources/manage.py loaddata data/db.dump.json
$ python sources/manage.py runserver
$ # now open your webbrowser at container ip
$ # connect you with login:root, password:orange123

Author

Hervé BERAUD

Tag summary

Content type

Image

Digest

Size

260.7 MB

Last updated

over 9 years ago

docker pull 4383/poc