Service cloner for development purpose
vagrant plugin install vagrant-fsnotify
make host-dev-up
make host-vagrant-init-docker-compose
make host-shell-runner
GUI can be accessed on http://192.168.99.21:8080/app/services
make test
-
Prepare your host with zfs packages
apt-get install zfsutils-linux zpool create sylar /dev/sdb /dev/sdc
-
Install source
mkdir /opt/sylar cd /opt/sylar git clone https://github.com/Groupe-maison-fr/Sylar.git
-
Customize the
/opt/sylar/data
service configurations -
Start the services
docker-compose up -d docker-compose logs -f
-
GUI can be accessed on
http://xxx.xxx.xxx.xxx:8080/app/services
-
Install source and start the stack
cd ~/src git clone https://github.com/Groupe-maison-fr/Sylar.git cd sylar make host-dev-up host-vagrant-init-docker-compose
this can take a while
-
Open the app the your browser
-
If you want to modify assets
make host-watch-assets
- psalm
- log viewer