British Shorthair
Short Link Redirector
-
Flask
-
PostgreSQL
-
Docker Compose
-
Kong
-
...
-
download & install postgresDB from here or with shell script
-
install requirements at
./requirements.txt
-
run script
./src/init_db.sh
to initialize DB -
run script
./src/init_link.sh
to link DB to flask -
run script
./src/gen_rb.py
to build ruby filesskip this step if
./src/dataset.py
isn't modified -
run script
./src/init_data.sh
to push data entries -
run script
./src/run_server.sh
to start the server
-
download & install docker and docker-compose on a web server
-
cd ./docker
and./run_docker_compose.sh
to bump up the docker composite containers
WIP no longer