Total Pageviews

Monday, 9 June 2014

在linux vps(其实满足一定条件的php空间即可)上搭建基于php的无需数据库的博客程序:mecha-cms

System Requirements

cd /var/www
git clone https://github.com/mecha-cms/cms mecha-cms
cd mecha-cms

as3:/var/www/mecha-cms# ls
cabinet      index.php    LICENSE  README.md
favicon.ico  install.php  manager  system
as3:/var/www/mecha-cms#
as3:/var/www/mecha-cms# chmod -R 777 /var/www/mecha-cms/
as3:/var/www/mecha-cms# chown -R www-data.www-data /var/www/mecha-cms/
然后访问http://as3.brite.biz/mecha-cms/index.php,会跳转到http://as3.brite.biz/mecha-cms/install.php,按该页面的提示完成安装(即设置用户名和密码)。然后,页面会跳转到http://as3.brite.biz/mecha-cms/manager/login,
登录后,即可发贴。

演示站点:http://as3.brite.biz/mecha-cms,

登录地址:http://as3.brite.biz/mecha-cms/manager/login

项目地址:https://github.com/mecha-cms/cms


这个程序很不错,比htmly(http://briteming.blogspot.co.uk/2014/02/htmly-php.html)设置要简单些。但功能并不弱于htmly.