mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update README
This commit is contained in:
parent
4d231da885
commit
b09c946206
15
README.md
15
README.md
@ -1,9 +1,10 @@
|
|||||||
# website
|
|
||||||
[![CircleCI](https://circleci.com/gh/offen/website/tree/master.svg?style=svg)](https://circleci.com/gh/offen/website/tree/master)
|
[![CircleCI](https://circleci.com/gh/offen/website/tree/master.svg?style=svg)](https://circleci.com/gh/offen/website/tree/master)
|
||||||
|
|
||||||
> The www.offen.dev website
|
# website
|
||||||
|
|
||||||
This repository contains the source code for the <https://www.offen.dev> website, as well as the code needed for running and extending an instance of `offen/offen` on the same domain.
|
## The www.offen.dev website
|
||||||
|
|
||||||
|
This repository contains the source code for the <https://www.offen.dev> website.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -17,19 +18,13 @@ After cloning the repository, you can build the containers and install dependenc
|
|||||||
$ make setup
|
$ make setup
|
||||||
```
|
```
|
||||||
|
|
||||||
Next seed the database for the `server` application:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ make bootstrap
|
|
||||||
```
|
|
||||||
|
|
||||||
You can test your setup by starting the application:
|
You can test your setup by starting the application:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make up
|
$ make up
|
||||||
```
|
```
|
||||||
|
|
||||||
which should enable you to access the homepage at <http://localhost:8000/> and use the wrapped `auditorium` at <http://localhost:8000/auditorium>
|
which should enable you to access the homepage at <http://localhost:8000/>.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user