https://github.com/ymonnier/pnpc-deploy
PNPC Hiking Project - Deploying
https://github.com/ymonnier/pnpc-deploy
docker docker-compose docker-image
Last synced: 5 months ago
JSON representation
PNPC Hiking Project - Deploying
- Host: GitHub
- URL: https://github.com/ymonnier/pnpc-deploy
- Owner: YMonnier
- License: mit
- Created: 2018-01-12T17:00:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T19:27:24.000Z (over 8 years ago)
- Last Synced: 2024-04-24T12:33:41.519Z (about 2 years ago)
- Topics: docker, docker-compose, docker-image
- Size: 20.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PNPC-deploy
PNPC is a student project to locate hikers in natural parks by using [Estimotes](https://estimote.com).
See our project components:
- [Models](https://github.com/YMonnier/PNPC-models)
- [Server](https://github.com/YMonnier/PNPC-server)
- [App iOS](https://github.com/YMonnier/PNPC-iOS)
- [App Android](https://github.com/YMonnier/PNPC-android)
## Using Docker
### Open ports
Most common default open ports that can be exposed outside of the container:
- 8080 - HTTP listener
- 4848 - HTTPS admin listener
### Manually
1. `git clone git@github.com:YMonnier/PNPC-deploy.git`
2. `cp your_file.war ./data/payara/deployments` OR `cp your_file.war ./data/payara/autodeploy`
3. `docker-compose down && docker-compose up`
4. `http://localhost:8080/...`
### Automatic Way
#### Versions available
Version | Branch
------- | --------------
`1.0.0` | `deploy-1.0.0`
1. `git clone -b git@github.com:YMonnier/PNPC-deploy.git`
2. `docker-compose up`
3. `http://localhost:8080/PNPC/`
_[See our server source code](https://github.com/YMonnier/PNPC-server) (branch development, release-*)_
## Contributor
- [@YMonnier](https://github.com/YMonnier)
- [@stephenbellanger](https://github.com/stephenbellanger)
## License
PNPC-deploy is available under the MIT license. See the [LICENSE](https://github.com/YMonnier/PNPC-deploy/blob/master/LICENSE) file for more info.