WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

gilmar-sales/gartico

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •