Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
musicinformationretrieval-com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
A.S.
musicinformationretrieval-com
Commits
fc1599a0
Commit
fc1599a0
authored
Jul 17, 2017
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vagrant is gone
parent
cba6a037
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
Vagrantfile
Vagrantfile
+0
-25
No files found.
Vagrantfile
deleted
100644 → 0
View file @
cba6a037
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION
=
"2"
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
config
.
vm
.
box
=
'stevetjoa/stanford-mir'
config
.
vm
.
box_version
=
'0.2.3'
config
.
vm
.
hostname
=
'stanford-mir'
config
.
vm
.
boot_timeout
=
60
config
.
vm
.
synced_folder
"."
,
"/vagrant"
,
disabled:
true
config
.
vm
.
synced_folder
"."
,
"/home/vagrant/stanford-mir"
config
.
vm
.
network
:forwarded_port
,
guest:
80
,
host:
8080
config
.
vm
.
network
:forwarded_port
,
guest:
8888
,
host:
8888
config
.
vm
.
provider
"virtualbox"
do
|
v
|
v
.
memory
=
1024
v
.
cpus
=
1
end
config
.
ssh
.
forward_agent
=
true
config
.
ssh
.
forward_x11
=
true
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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