GithubHelp home page GithubHelp logo

toffee-makes-things / room-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wiilink24/room-server

0.0 1.0 0.0 85.7 MB

A backend for Wii no Ma.

License: MIT License

Shell 0.03% Python 17.46% Dockerfile 0.05% HTML 5.52% CSS 14.48% Mako 0.06% JavaScript 13.23% Less 23.41% SCSS 25.76%

room-server's Introduction

room-server

Push Docker image

What is this?

A fork of room-server. made for the kicks and whatnot.

Setup

  1. Make a Debian vm.

  2. Install sudo

apt install sudo
  1. Run this script to install the server and setup the database.
python3 install.py
  1. Run this script to start the server
python3 startup.py

Manual Setup

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

Ensure you activate 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 --host 0.0.0.0
  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.

room-server's People

Contributors

dhtdht020 avatar larsenv avatar noahpistilli avatar spotlightishere avatar toffee-makes-things avatar zurgeg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.