Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 750 Bytes

Python Web Page

A python web page using Docker, Visualizer and Redis DB

Run and Test

$ git clone https://github.com/kmponis/python-web-page.git $ cd python-web-page $ docker-compose up $ curl :4000 $ open http:/:9080 // Check visualiser

Learning Resources

$ git branch $ git checkout -b stable $ git push origin stable $ git checkout -b dev $ git push origin dev

$ sudo ssh root@192.168.1.87 $ sudo gitlab-runner register -n --url https://gitlab.com/kmponis/web-page.git --registration-token M_RssmCBWZkK_XKHJ-Li --executor shell --description "My Runner"