2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

godTrans vagrant

Last updated at Posted at 2014-11-02

git clone https://bitbucket.org/godtrans/godtrans-vagrant

startup
vagrant up

provision
vagrant provision

restart
vagrant reload

ssh to VM
vagrant ssh

codes
local: %path-to-repos%/app
VM: /var/app

cloud9
local: %path-to-repos%/cloud9
VM: /var/cloud9

to start cloud

vagrant ssh
cd /var/cloud9
npm install
./start.sh

go to http://192.168.33.154:3131
cloud9 will crush at this moment,
vm:./start.sh
see browser
wait a moment

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?