// 수동설치 php 5.4 버전 이상만 설치 가능 다운로드 : curl -sS https://getcomposer.org/installer | php 기본적으로 : php.ini - open-ssl (extension 풀어져 있어야하더라고요 ) 다운로드 하면 : composer.phar 다운 같은 경로에 composer.bat 생성 후 아래 문장 사입 @ECHO OFF php "%~dp0composer.phar" %* //composer.json 파일 생성 ( 샘플) { "name": "testtest/phpunit_test", "authors": [ { "name": "testtest", "email": "testtest@gmail.com" } ], "require": { "phpunit/phpuni..
출처 : https://serversforhackers.com/configuring-apache-virtual-hosts ServerName myproject.192.168.33.10.xip.io DocumentRoot /var/www/myproject/public Options -Indexes +FollowSymLinks +MultiViews AllowOverride All Require all granted ErrorLog ${APACHE_LOG_DIR}/myproject-error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG..