centos laravel 설치하기
페이지 정보
본문
1.composer 설치
$ curl -sS https://getcomposer.org/installer | php
$ curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
2.laravel 파일 다운로드 받기
httpd.conf 에서 루트 디렉토리 설정.
laravel 폴더에서 composer.phar 파일을 복사해서 붙여 넣고
php composer.phar install
치면 설치 진행.
설치 완료되면
취상위 디렉토리에서 부터 쓰기 권한 줄껏.
congig 폴더 밑에 app.php 파일에 key 값 설정.
php artisan key:generate
로 키값을 받는다.
끝
http://www.tutorialbook.co.kr/entry/Ubuntu-%EC%97%90-PHP-framework-Laravel-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0
$ curl -sS https://getcomposer.org/installer | php
$ curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
2.laravel 파일 다운로드 받기
httpd.conf 에서 루트 디렉토리 설정.
laravel 폴더에서 composer.phar 파일을 복사해서 붙여 넣고
php composer.phar install
치면 설치 진행.
설치 완료되면
취상위 디렉토리에서 부터 쓰기 권한 줄껏.
congig 폴더 밑에 app.php 파일에 key 값 설정.
php artisan key:generate
로 키값을 받는다.
끝
http://www.tutorialbook.co.kr/entry/Ubuntu-%EC%97%90-PHP-framework-Laravel-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0
관련링크
- 이전글svn 설치 사용법 20.02.21
- 다음글[MS SQL] 테이블 정의서 내용 추출하기 20.02.21
댓글목록
등록된 댓글이 없습니다.