Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 068dd849 authored by Antoine Neveux's avatar Antoine Neveux
Browse files

Merge pull request #1 from tyrcho/master

shell scripts
parents 82f5630b a8bf619e
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,15 @@ Here is what you need to build and run a code elevator session : ...@@ -31,6 +31,15 @@ Here is what you need to build and run a code elevator session :
### Steps ### Steps
## Simple start with Docker
$ git clone git@github.com:xebia-france/code-elevator.git
$ cd code-elevator
$ ./build.sh
$ ./run.sh
## Building yourself with maven
$ git clone git@github.com:xebia-france/code-elevator.git $ git clone git@github.com:xebia-france/code-elevator.git
$ cd code-elevator $ cd code-elevator
$ mvn clean install $ mvn clean install
......
sudo docker build -t code_elevator .
run.sh 0 → 100755
sudo docker run --name code_elevator_container code_elevator
#replace 9000 by whatever port you want to expose ie 80
sudo docker run -d -p 9000:8080 --volumes-from code_elevator_container jetty:9.2.9-jre8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment