https://github.com/tru-dev/osuwebsite
Website project for EVIT
https://github.com/tru-dev/osuwebsite
Last synced: about 1 month ago
JSON representation
Website project for EVIT
- Host: GitHub
- URL: https://github.com/tru-dev/osuwebsite
- Owner: Tru-Dev
- Created: 2022-01-28T14:51:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T06:26:29.000Z (over 4 years ago)
- Last Synced: 2025-01-26T04:11:14.733Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSu Website
This website is for a school project at EVIT. It is meant to be a homepage for
[OSu](https://github.com/Lt1Gt0/OSu), which is an operating system that is meant
to play osu.
## Run it
Docker is the easiest way to host this application for yourself. These instructions will be built
around Docker.
You will need to generate 2 keys, one for the actual application (secret key), and another for the
PostgreSQL database. Both will go in `.env` at the root of the repository (see
[`example.env`](example.env)). The database password will also go in a file `pgpass.txt`
(at repo root), while the secret key will go in a file called `secret.txt` as well.
Once that is done, run `docker compose up`. It should work now, go to
[localhost:4200](http://localhost:4200) to see the results.