YMonnier / PNPC-deploy

PNPC Hiking Project - Deploying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PNPC-deploy

PNPC is a student project to locate hikers in natural parks by using Estimotes.

See our project components:

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 <branch> git@github.com:YMonnier/PNPC-deploy.git
  2. docker-compose up
  3. http://localhost:8080/PNPC/

See our server source code (branch development, release-*)

Contributor

License

PNPC-deploy is available under the MIT license. See the LICENSE file for more info.

About

PNPC Hiking Project - Deploying

License:MIT License