Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
4f35f8dd
Commit
4f35f8dd
authored
May 13, 2020
by
Julie gauthier
Browse files
DOC: Markdow syntax modification
parent
23215aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4f35f8dd
...
...
@@ -21,14 +21,14 @@ TODO: this should be correctly explained and tested (which by now may not be the
### For the first time : set a dev environnement
*
Create a new project that is your local working development repository, for example:
Create a new project that is your local working development repository, for example:
```
cd project
git clone https://github.com/adullact/demarches-simplifiees.fr.git
```
*
Grab the vagrant-demarches-simplifiees repository, get into it, grab Puppet modules needed:
Grab the vagrant-demarches-simplifiees repository, get into it, grab Puppet modules needed:
```
git clone git@gitlab.adullact.net:demarches-simplifiees/vagrant-demarches-simplifiees.git
...
...
@@ -36,7 +36,7 @@ cd vagrant-demarches-simplifiees
./BUILD.sh
```
*
Edit the
`Vagrantfile`
config.vm.synced_folder parameter to match with your local working directory:
Edit the
`Vagrantfile`
config.vm.synced_folder parameter to match with your local working directory:
The first parameter is the relative path to the local project that you working on. For example here it's
`../demarches-simplifiees.fr`
The second parameter is the path where it will be shared on the VM.
`/shared_dev`
as example.
...
...
@@ -44,7 +44,7 @@ cd vagrant-demarches-simplifiees
config.vm.synced_folder "../demarches-simplifiees.fr", "/shared_dev"
```
*
Edit file 'manifests/default.pp'
Edit file 'manifests/default.pp'
Be sure that the variable
`$local_source_code_of_ds`
is the right one. If you haven't changed it, it's '/shared_dev/'.
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment