https://github.com/scaleit-org/sapp-production-manager-cockpit
https://github.com/scaleit-org/sapp-production-manager-cockpit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scaleit-org/sapp-production-manager-cockpit
- Owner: ScaleIT-Org
- License: apache-2.0
- Created: 2018-03-14T15:19:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T15:58:10.000Z (about 8 years ago)
- Last Synced: 2025-12-12T20:17:02.366Z (6 months ago)
- Language: JavaScript
- Size: 5.43 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProductionManagerCockpit
## Technology Stack
.NetCore->Cordova(Typescript->Angular->Ionic)
## How to Start
###Docker:
1) docker build -t productionmanagercockpit .
2) docker run -p 5002:5002 productionmanagercockpit
3) http://localhost:5002/
###Docker Compose
1) docker-compose build
2) docker-compose up
3) http://localhost:5002
###Standalone
1) dotnet restore
2) npm install
3) dotnet build
4) dotnet run
5) http://localhost:5000
###Container Security (Optional)
Build with healtcheck enabled
HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost:5002/ || exit 1
## Screenshots



## Learning Material
Reactive Manifesto: https://www.reactivemanifesto.org/
Reactive Programming: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
Ionic Presentation: http://ionicframework.com/present-ionic/slides/#/26