![Article Title](https://tistory1.daumcdn.net/tistory/106921/skin/images/icon_post_title.gif)
sudo apt-get install mysql-server mysql-client libmysqlclient15-dev
apt-get install apache2
apt-get install php5 php5-mysql libapache2-mod-php5
apt-get install php5-gd
apt-get install zlib1g
apt-get install zend
vi /etc/apache2/mods-available/php5.conf
==> 수정
AddType application/x-httpd-php .php .phtml .php3 .html
/etc/init.d/mysql stop
/etc/init.d/apache2 stop
/etc/init.d/mysql start
/etc/init.d/apache2 start
http://kr.shoppingos.net
==> Download>쇼핑 OS G>소스다운로드
mkdir /var/www/gw
chmod 777 /var/www/gw
압축 해제
vi vi G_business.sql.txt
default '한글' => default ''변경
=> 변경
INSERT INTO shoppingos_admin (no, id, name, email, pw, contents, authority, _def, _defav, os, connect_os, date) VALUES
(1, 'admin', 'Supervisor', 'dummypost@gmail.com', password('00000'), 'Supervisor', 5, 1, 'n,n,n,n,n,n,n,n,rw', 'groupos', 'all', now());
mysql -u root -p
source ./G_business.sql.txt
...error ...
한글을 default '' 변경
create database nucron ; // 'nucron' <= root@chjeong-desktop:/var/www/gw/_System_/Resource/mysql/class.mysql.php 수정한 데이터베이스
use nucron
source ./G_business.sql.txt
source ./zipcode.sql