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.
- Host: GitHub
- URL: https://github.com/overminddl1/over_hosting
- Owner: OvermindDL1
- Created: 2016-04-01T07:04:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T07:04:42.000Z (over 10 years ago)
- Last Synced: 2025-08-23T09:09:57.999Z (11 months ago)
- Language: Elixir
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.