Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
vm-environment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2016-10-05 12:36:13 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
128ec05e1d465556810f4f395ec0338fdb86b596
128ec05e
1 parent
a1e9beab
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
20 deletions
README.md
README.md
View file @
128ec05
...
...
@@ -16,33 +16,36 @@
-
Activer le sub-module pour avoir directement les sources du Grog au bon endroit
```
git submodule update --init data/web-application/
cd data/web-application/
git checkout master
git pull origin master
git submodule update --init data/web-application/
cd data/web-application/
git checkout master
git pull origin master
```
### Création de la VM et fin de la préparation
cd vagrant
vagrant up
vagrant halt
```
cd vagrant
vagrant up
vagrant halt
```
### Test de grog-cubi, accessible sur le port `127.0.0.1:8080` :
cd vagrant
vagrant up
vagrant ssh
cd /vagrant_data/web-application
mvn clean install
mvn tomee:run
exit
vagrant halt
```
cd vagrant
vagrant up
vagrant ssh
cd /vagrant_data/web-application
mvn clean install
mvn tomee:run
exit
vagrant halt
```
### Suppression de la VM
cd vagrant
vagrant destroy
```
cd vagrant
vagrant destroy
```
...
...
Please
register
or
login
to post a comment