Skip to content

eeeyrie/room-server

 
 

Repository files navigation

room-server

Build

What is this?

room-server provides a server usable with Wii no Ma.

Running

  1. You'll most likely want to create a virtualenv to install things. For example:
python3 -m venv virtualenv

Ensure you active the environment.

  1. Regardless of the above, ensure you have installed requirements:
pip3 install -r requirements.txt
# Useful for reading .flaskenv.
pip3 install python-dotenv
  1. You'll then need to install PostgreSQL. Copy config-example.py to config.py and update this config.
  2. Read conf/README.md for instructions of static files you should provide.
  3. Finally, start the server:
flask run
  1. You will now be able to visit The Underground (http://root_domain/theunderground). The default username is admin, and password admin. It's highly advised to change it as soon as possible.
  2. You will now be able to visit The Underground (http://root_domain/theunderground). The default username is admin, and password admin. It's highly advised to change it as soon as possible.

About

A backend for Wii no Ma.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 25.9%
  • Less 23.5%
  • Python 17.0%
  • CSS 14.6%
  • JavaScript 13.3%
  • HTML 5.5%
  • Other 0.2%