An open API service indexing awesome lists of open source software.

https://github.com/overminddl1/over_hosting

OverHosting is a web-based unix docker hosting platform designed for game servers such as Minecraft, StarMade, Factorio, and others.
https://github.com/overminddl1/over_hosting

Last synced: 10 months ago
JSON representation

OverHosting is a web-based unix docker hosting platform designed for game servers such as Minecraft, StarMade, Factorio, and others.

Awesome Lists containing this project

README

          

# OverHosting

To start the app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`, or run the singular `mix ecto.reset` to drop, create, and migrate at once
* Install Node.js dependencies with `npm install` if not already installed
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4001`](http://localhost:4001) from your browser.

# Production

Production setup is incoming.