Wall-E web deployment

Wall-E web deployment

项目地址
http://walle-web.io/

安装文档
http://doc.huamanshu.com/%E7%93%A6%E5%8A%9B/2.%E5%AE%89%E8%A3%85/%E5%AE%89%E8%A3%85.html

问题FAQ
https://github.com/meolu/walle-web/blob/master/docs%2Ffaq.md

https://github.com/meolu/walle-web/archive/master.zip

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install -y php56w.x86_64 php56w-cli.x86_64 php56w-common.x86_64 php56w-gd.x86_64 php56w-ldap.x86_64 php56w-mbstring.x86_64 php56w-mcrypt.x86_64 php56w-mysql.x86_64 php56w-pdo.x86_64 php56w-xml.x86_64
wget https://getcomposer.org/installer && php installer && mv composer.phar /usr/local/bin/composer
wget https://github.com/meolu/walle-web/archive/master.zip
unzip master.zip
cd walle-web-master
composer install
#composer install --aprefer-dist --no-dev --optimize-autoloader -vvvv
vi config/local.php
./yii walle/setup
cd vendor
ln -s bower-asset/ bower
echo '<VirtualHost *:80>
ServerName walle.xxx.com
DocumentRoot /var/www/html/web
<Directory "/var/www/html/web">
Options FollowSymLinks
AllowOverride ALL
Order allow,deny
Allow from all
</Directory>
</VirtualHost>' > /etc/httpd/conf.d/walle.conf

default account
admin:admin