gilmar-sales / gartico

A gartic clone made with flask + socketio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gartico

A gartic clone made with flask + socketio

Installing modules

Using Python 3.x :

$ pip install .

Docker

Installation

Follow these installation steps on Docker documentation.

If you are an arch-user:

# pacman -S docker

Do not forget to start docker daemon:

# systemctl start docker

And install the mysql image:

# docker pull mysql

Starting container

# docker run --name <container_name> -e MYSQL_ROOT_PASSWORD=<db_password> -p <port>:3306 -d mysql

Windows init

set FLASK_APP=server

flask run

Linux/Mac init

$ export FLASK_APP=server

$ flask run

About

A gartic clone made with flask + socketio


Languages

Language:JavaScript 32.4%Language:HTML 29.4%Language:Python 24.5%Language:CSS 13.0%Language:Shell 0.4%Language:Procfile 0.1%Language:Batchfile 0.1%