제목 | laraveltricks.com 사이트 복제 후기 입니다. | ||
---|---|---|---|
글쓴이 | 건곤대나이 | 작성시각 | 2015/11/05 17:42:52 |
|
|||
github : https://github.com/CodepadME/laravel-tricks
1. github에서 소스 다운로드 git clone https://github.com/CodepadME/laravel-tricks 2. 설치안내에 따라 설치 RequirementsThe Laravel-Tricks website requires a server with PHP 5.4+ that has the MCrypt extension installed. The database engine that is used to store data for this application could be any of the engines supported by Laravel: MySQL, Postgres, SQLite and SQL Server. Quick Start and InstallationTo get started and start making something of your own using this repository as a base: download this repository, create an empty database that this application will use, configure a few settings in the app/config folder and enjoy! Configuration
After this simple configuration you can populate the database by running a couple commands shown below. InstallationCD into the directory of this project and run the following three commands:
This will install all Composer dependencies, create the database structure and populate the database with some sample data so that you could see this project in action.
3. 설치후 디버그 옵션주고 http://tricks.qnotes.co.kr 접속
4. .htaccess : ExpiresActive not allowed here 에러 발생으로 접속 안되어서 저부분 삭제 5. 사이트는 접속이 되었으나 디버그 옵션을 준 상태라 아주 예쁜 디자인의 친절한 에러페이지 표시 redis 관련 에러였습니다. http://www.redisgate.com/redis/configuration/redis_start.php https://www.lesstif.com/pages/viewpage.action?pageId=23757275 두 사이트의 설명대로 redis부분만 따라하니 에러제거 후 사이트 원활히 작동되었습니다.
*** 설치후 composer의 위력을 느끼게 되더군요. 마치 온라인 주문해서 배송 받는 느낌? 그런 느낌이었습니다. |
|||
다음글 | 【중국PHPer】안녕하세요! 많은 의문을 부탁 드립니다... (6) | ||
이전글 | php 조금 공부하였는데 코드이그나이터 배워도 될까요? (3) | ||
변종원(웅파)
/
2015/11/09 10:39:24 /
추천
0
|
건곤대나이
/
2015/11/09 14:44:42 /
추천
0
@웅파
네. 그럼에도 불구하고 그런 현상이 한국사회에서는 안생기고 있죠. 각 개인의 능력이 다른것은 아닐진대 말이죠. 미국에 뛰어난 인물이 있다면 한국에도 뛰어난 인물이 있을텐데 어떻게 된게 IT강국이라는 우리나라는 그런 현상이 안일어나는지 궁금할따름입니다. |
변종원(웅파)
/
2015/11/09 15:32:15 /
추천
0
it composer 이야기에서 사회현상이야기로 넘어가는건 좀 당황스럽네요. ^^;
|
건곤대나이
/
2015/11/09 16:03:11 /
추천
0
ㅋ 죄송 ^^
https://ko.wikipedia.org/wiki/팰로앨토_연구소 제가 구글링을 하다보니 미국의 애플,마이크로소프트,구글등 현재 모든기술의 원천은 팰로앨토 연구소 , 구명칭: Xerox PARC)라는 생각이 들더군요. 애플 스티븐잡스의 매켄토시와 마이크로소프트의 윈도우가 저 연구소에서 나온 기술이구요. 구글 에릭슈밋 역시 저연구소 출신이더군요. 그래서 느꼈던것이 미국의 기술은 개인의 능력+시스템 이구나하는 생각을 하게되었습니다. 새로운 프레임웍을 composer로 만드는것도 중요하지만 그것이 발동 될 수 있는 사회시스템이 중요하다고 생각되어서 글의 뉘앙스가 도약된듯 합니다. ^^ |
composer로 원하는 모듈을 조합하여 나만의 프레임워크 구성...
그렇게까지 되면 참 좋을 것 같습니다. ^^