mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
9c2b0990a7
* New translations messages.pot (Catalan) * New translations messages.pot (Japanese) * 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 (Romanian) * New translations messages.pot (Portuguese) * New translations messages.pot (Catalan) * New translations messages.pot (German) * New translations messages.pot (Russian) * New translations messages.pot (Polish) * New translations messages.pot (Turkish) * New translations messages.pot (Chinese Simplified) * New translations messages.pot (Italian) * New translations messages.pot (Indonesian) * New translations messages.pot (Hungarian) * New translations messages.pot (Hindi) * New translations messages.pot (French) * New translations messages.pot (Dutch) * New translations messages.pot (Danish) * New translations messages.pot (Czech) * New translations messages.pot (Chinese Traditional) * New translations messages.pot (Russian) * New translations messages.pot (Dutch) * New translations messages.pot (Polish) * New translations messages.pot (Polish) * New translations messages.pot (Dutch) * New translations messages.pot (Bulgarian) * New translations messages.pot (Romanian) * New translations messages.pot (Bulgarian) * New translations messages.pot (Serbian (Latin)) * New translations messages.pot (Turkish) * New translations messages.pot (Turkish) * sr_Cyrl |
||
---|---|---|
.. | ||
alembic | ||
bin | ||
titanembeds | ||
tmp | ||
alembic.example.ini | ||
babel.cfg | ||
config.example.py | ||
README.md | ||
run_c9.py | ||
run.py |
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
- Clone the repo (make sure you have Python 3.5 installed on your system. This webapp portion depends on that specific python version)
- Install the pip requirements
pip install -r requirements.txt
- Clone
config.example.py
and rename it toconfig.py
. Edit the file to your standards - Run the development web via
python run.py
-- Though we suggest to use a better server software (look into gunicorn, nginx, uwsgi, etc)