Jeremy "EndenDragon" Zhang 938eaa7454
New Crowdin translations (#76)
* New translations messages.pot (Catalan)

* New translations messages.pot (Czech)

* New translations messages.pot (Dutch)

* New translations messages.pot (Thai)

* New translations messages.pot (Afrikaans)

* New translations messages.pot (Norwegian)

* New translations messages.pot (Vietnamese)

* New translations messages.pot (Ukrainian)

* New translations messages.pot (Turkish)

* New translations messages.pot (Thai)

* New translations messages.pot (Swedish)

* New translations messages.pot (Spanish)

* New translations messages.pot (Slovenian)

* New translations messages.pot (Serbian (Latin))

* New translations messages.pot (Serbian (Cyrillic))

* New translations messages.pot (Russian)

* New translations messages.pot (Romanian)

* New translations messages.pot (Portuguese, Brazilian)

* New translations messages.pot (Portuguese)

* New translations messages.pot (Polish)

* New translations messages.pot (Korean)

* New translations messages.pot (Arabic)

* New translations messages.pot (French)

* New translations messages.pot (Catalan)

* New translations messages.pot (Chinese Simplified)

* New translations messages.pot (Czech)

* New translations messages.pot (Danish)

* New translations messages.pot (Dutch)

* New translations messages.pot (Finnish)

* New translations messages.pot (German)

* New translations messages.pot (Japanese)

* New translations messages.pot (Greek)

* New translations messages.pot (Hebrew)

* New translations messages.pot (Hindi)

* New translations messages.pot (Hungarian)

* New translations messages.pot (Indonesian)

* New translations messages.pot (Italian)

* New translations messages.pot (Chinese Traditional)

* New translations messages.pot (Czech)

* New translations messages.pot (French)

* New translations messages.pot (Catalan)

* New translations messages.pot (Polish)

* New translations messages.pot (Danish)

* New translations messages.pot (Spanish)

* Remove untranslated languages
2018-01-28 10:31:36 -08:00
..
2018-01-28 00:46:42 +00:00
2017-12-07 06:49:32 +00:00

Titan - WebApp Portion

The webapp portion handles the frontend (it's what the users see). The webapp highly depends on the discordbot to push websockets data to the database.

Installation

  1. Clone the repo (make sure you have Python 3.5 installed on your system. This webapp portion depends on that specific python version)
  2. Install the pip requirements pip install -r requirements.txt
  3. Clone config.example.py and rename it to config.py. Edit the file to your standards
  4. Run the development web via python run.py -- Though we suggest to use a better server software (look into gunicorn, nginx, uwsgi, etc)