1 ##############################################################################
2 # Copyright (c) 2016 Max Breitenfeldt and others.
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
11 The dashboard is deployed using docker-compose.
12 Application / database files are saved in /var/lib/pharos_dashboard/.
16 - clone the repository
17 - complete the config.env.sample file and save it as config.env
18 - install docker, docker-compose and bower
19 - run 'bower install' in ./src/static/ to fetch javascript dependencies
20 - run 'make build' to build the containers
22 - run 'make up' to run the dashboard
28 - run 'bower install' if javascript dependencies changed
32 If there is migrations that need user input (like renaming a field), they need to be run manually!
36 - there is some shortcuts in the makefile