320x100
ubuntu 환경에서 설치
다른 sns 설치랑 비슷하다.
# add-apt-repository ppa:ondrej/php5-5.6
# apt-get update
# apt-get upgrade
# apt-get install php5 php-gd
# apt-get install apache2
# apt-get install mysql-server
http://www.oxwall.org/download
위에서 파일 다운로드
# cp oxwall-1.8.1.zip /var/www/html/
# unzip oxwall-1.8.1.zip
# chown -R www-data:www-data *
DB 생성
# mysql -u root -p
CREATE DATABASE oxwall;
CREATE USER 'oxwall'@'localhost' IDENTIFIED BY 'PASSWORD';
GRANT ALL PRIVILEGES ON `oxwall`.* TO 'oxwalluser'@'localhost';
FLUSH PRIVILEGES;
http://localhost/
쉽게 설치가 된다.
320x100
'Ubuntu' 카테고리의 다른 글
humhub 설치 (0) | 2016.03.17 |
---|---|
eXo Platform 설치 (0) | 2016.03.16 |
elgg install (0) | 2016.03.14 |
bigbluebutton 화상회의 오픈소스 (0) | 2015.03.25 |
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY (0) | 2014.12.04 |