Commit e13fe6b1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Start adding README

parent 2bd5de6a
Loading
Loading
Loading
Loading

README.md

0 → 100644
+19 −0
Original line number Diff line number Diff line
# fsco.li Status

Maintainer: Jakob Moser <moser@cl.uni-heidelberg.de>


## Run locally

To test the application locally, you need to start a webserver (e.g. Apache) that serves content from this repository and supports PHP.

Using Docker, you can do the following:

```
git clone https://gitlab.cl.uni-heidelberg.de/fachschaft/status.git
cd status
sudo docker compose up
```

The site is then available at http://localhost:8080