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
Jean-Francois Leveque
2016-09-08 12:22:50 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a64c30e7fe4b9eee4e66e2dbc348026a4fb9283f
a64c30e7
1 parent
a5a62009
Delete vargant-all.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
vargant-all.sh
vargant-all.sh
deleted
100755 → 0
View file @
a5a6200
#!/usr/bin/env bash
rm Vagrantfile
vagrant init bento/debian-8.5
cp Vagrantfile Vagrantfile.tmp
sed
's/ # config.vm.synced_folder/ config.vm.synced_folder/'
< Vagrantfile.tmp > Vagrantfile
cp Vagrantfile Vagrantfile.tmp
sed
's/ # config.vm.provision.*$/ config.vm.provision :shell, path: "bootstrap.sh"/'
< Vagrantfile.tmp > Vagrantfile
cp Vagrantfile Vagrantfile.tmp
sed
's/ # config.vm.network "forwarded_port".*$/ config.vm.network :forwarded_port, guest: 8080, host: 8080/'
< Vagrantfile.tmp > Vagrantfile
rm Vagrantfile.tmp
mkdir -p ../data
vagrant up
Please
register
or
login
to post a comment