An open API service indexing awesome lists of open source software.

https://github.com/kmponis/python-web-page

A python web-page using Docker, Visualizer and Redis DB
https://github.com/kmponis/python-web-page

docker docker-compose python redis-db visualizer

Last synced: 3 months ago
JSON representation

A python web-page using Docker, Visualizer and Redis DB

Awesome Lists containing this project

README

        

# 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
#### Website: https://www.youtube.com/watch?v=gHlRpZJ768U
$ git branch
$ git checkout -b stable
$ git push origin stable
$ git checkout -b dev
$ git push origin dev

#### Website: https://docs.gitlab.com/ee/ci/docker/using_docker_build.html
$ sudo ssh [email protected]
$ sudo gitlab-runner register -n --url https://gitlab.com/kmponis/web-page.git --registration-token M_RssmCBWZkK_XKHJ-Li --executor shell --description "My Runner"