-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment
schleichardt edited this page Mar 20, 2013
·
19 revisions
- dev with vagrant
- staging https://staging.my.docear.org
- prod https://my.docear.org
- per Github push
- precondition: standard ci build runs successfully
- play-frontend http://141.45.146.249:8080/job/frontend-deploy-prod/build?delay=0sec
- mindmap-backend http://141.45.146.249:8080/job/backend-deploy-prod/build?delay=0sec
The play-frontend and the mindmap-backend both works like a UNIX daemon. They start automatically when the maschine boots.
- start:
sudo service play-frontend start - stop:
sudo service play-frontend stop - restart:
sudo service play-frontend restart - check status:
sudo lsof -i :9000 ; sudo ls /var/play-frontend/current/RUNNING_PID
- start:
sudo service mindmap-backend start - stop:
sudo service mindmap-backend stop - restart:
sudo service mindmap-backend restart - check status:
sudo lsof -i :2553 ; sudo ls /var/mindmap-backend/current/RUNNING_PID - logfile: /var/log/mindmap-backend/mindmap-backend.log
Architecture
- Architecture
- Continuous Integration
- Online View
- Frontend/API-Server
- Freeplane Remote
- Deployment
APIs
Research & Technologies
-
[Client layer - overview](wiki/Overview of used technologies for client layer)
Tutorials
Misc
Archive