vagrant를 사용한 심포니 환경 구축

3559 단어 심포니PHPVagrant

1. Install VirtualBox.



2. Install Vagrant.



2.terminal



2-1 vagrant box add in my pc



$ vagrant box add centos67 htps : // 기주 b. 코 m / 안녕 rK5 / 빠 c 케 루 센과 s- mp / / ぇ 아세 s / 도 w 응 아 d / 0.6.7 / ぁ g 란 t 6.7. Box

2-2 vagrant box check



$vagrant box list

2-3 change the folder



$cd XXXXXXXXX
XXXXXXXXX is your folder name.

2-3 make the vagrant init file



$vagrant init centos67

2-4 open the vagrant files and delete the '#' ipsetting



・before
'# config.vm.network "private_network", ip: "192.168.33.10"
・after
config.vm.network "private_network", ip: "192.168.33.10"

2-5 exist



$vagrant up

2-6 open ssh



$vagrant ssh

3 seting ssh



3-1 git install



sudo yum -y install git

3-2 clone package



git clone htps : // 기주 b. 이 m/도친 s 뭉치 s/전과 s65. 기 t

3-3 change path



cd centos65

3-4 exist



./run.sh

3-5 이탈



이탈

3-6 reload



$vagrant reload

4 심포니 설정



5-1



$vagrant ssh

5-2 composer install



$ sudo curl -LsS htps : // sym funy. 코 m / 인 s t r -o/usr/local/bin/symfony

5-2 설정 chmod



$ sudo chmod a+x/usr/local/bin/symfony

5-3-1 Latest symfony install



$symfony new my_project
※plese change my_project name

5-3-2 Decide symfony version install



$symfony new my_project 2.8
※plese change my_project name and version number.

5-4



$cd my_project
※plese change  my_project your folder name.

5-5 check is current path



$pwd
example [/home/vagrant/my_project]

5-5 check is ip address.



$ip a
example[
~
inet 192.168.33.10/24 brd 192.168.33.255 scope global eth1
~
]

5-6 심포니 실행.



$ php bin/console server:run 192.168.33.10

5-7 check symfony on web browser.



192.168.33.10

finish!!



warning



※``$ ''는 터미널 복사 중에 붙지 않습니다.
※「symfony2」를 참고. 사의
기본에서 확실히 배우기 Symfony2 입문 ※닷 설치를 참고. 사의 h tp : // Dochin s tar. 코m/

symfony 본가를 참고. 사의
htps : // sym funy. 코m/

Let's try!!

좋은 웹페이지 즐겨찾기