BuddyBot / WebAPI

Buddybot WebAPI
0 stars 0 forks source link

Build RSNP developing environment #4

Closed rivayama closed 9 years ago

0ppy commented 9 years ago

I'm very sorrry. This task is not done... I want to finish this task by 2014/11/03(mon)...

0ppy commented 9 years ago

I have created vagrant box for this environment.

0ppy commented 9 years ago

you add a box to vagrant. you can set dir_name and box_name however you like.

vagrant box add box_name package.box
mkdir dir_name
cd dir_name
vagrant init box_name

uncomment the following statement and update ip address.

##config.vm.network "private_network", ip: "192.168.33.10"
↓
config.vm.network "private_network", ip: "192.168.34.10"

up vagrant.

vagrant up

you can connect to vagrant by ssh.

ssh vagrant@192.168.43.10
password vagrant

I use mac osx. If you use Windows or other os, you can not use following procedure.

File -> New -> DynamicWebProject
uncheck [ User default location ]
press [ Brrowse ]
choose ServcieSample on vagrants:/home/vargrant/projects/
press [ Finish ]
0ppy commented 9 years ago

Hi Yuji, I want to upload vagrant box that I made to the Google drive. Where do I upload that box to?

ghost commented 9 years ago

Please upload it to "WebEnv" folder. https://drive.google.com/folderview?id=0Bwc06s-I6-PmM1JmOVVLUW1Xb2M&usp=sharing


Yuji Kaneko b13z2yk@aiit.ac.jp

2014-11-10 11:55 GMT+09:00 oppy notifications@github.com:

Hi Yuji, I want to upload vagrant box that I made to the Google drive. Where do I upload that box to?

— Reply to this email directly or view it on GitHub https://github.com/2014-enPiT-Robot/WebAPI/issues/4#issuecomment-62334995 .

0ppy commented 9 years ago

Thanks! I've finished it!