EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vagrant
Builder
Commits
24230418
Commit
24230418
authored
11 years ago
by
Marko Locher
Browse files
Options
Downloads
Patches
Plain Diff
Use the new CentOS 6.4 box build by EOX
parent
1f41926d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+6
-4
6 additions, 4 deletions
Vagrantfile
with
6 additions
and
4 deletions
Vagrantfile
+
6
−
4
View file @
24230418
...
...
@@ -15,15 +15,17 @@ Vagrant::Config.run do |config|
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# This box is a minimal install of centos 6.
3
config
.
vm
.
box
=
"centos6"
config
.
vm
.
box
_url
=
'http://downloads.eox.at/boxes/
centos6
.box'
# This box is a minimal install of centos 6.
4, built using veewee
# See https://gitlab.eox.at/vagrant/veewee/ for more information
config
.
vm
.
box
=
"
centos6
4"
config
.
vm
.
host_name
=
"centos6-rpmbuild.vagrant"
# The box needs a bit more RAM than the default vagrant box
config
.
vm
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
1024
]
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
#
config.vm.box_url =
"
http://do
main.com/path/to/above
.box
"
config
.
vm
.
box_url
=
'
http://do
wnloads.eox.at/boxes/centos64
.box
''
# Boot with a GUI so you can see the screen. (Default is headless)
#config.vm.boot_mode = :gui
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment