2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

use base href for handling spa links

This commit is contained in:
Frederik Ring 2019-09-05 14:02:01 +02:00
parent ca7323a456
commit 16a731e3b2
2 changed files with 5 additions and 14 deletions

View File

@ -1,9 +1,12 @@
help:
@echo " setup"
@echo " Build the containers and install dependencies."
@echo " Build the development containers and install dependencies."
@echo " bootstrap"
@echo " Set up keys and seed databases."
@echo " IMPORTANT: this wipes any existing data in your local database."
@echo " build"
@echo " Build the production containers."
setup:
@docker-compose build

View File

@ -37,19 +37,7 @@ You can test your setup by starting the application:
$ docker-compose up
```
which should enable you to access <http://localhost:9955/> and use the `auditorium`
### Developing the homepage
In order to ease sharing of styles, the <https://www.offen.dev> site is also part of this repository. It runs in a separate development environment:
```
$ cd homepage
$ make setup
$ docker-compose up
```
A live reloading development server will run on <http://localhost:8000>.
which should enable you to access <http://localhost:8080/auditorium/> and use the `auditorium`
### License