Total Pageviews

Tuesday 17 June 2014

在 linux vps上搭建基于php的建站程序-LotusCMS(无需数据库)

cd /var/www
wget http://downloads.sourceforge.net/project/arboroiancms/LotusCMS-3.0-Series/lcms-3.0.5.zip
unzip lcms-3.0.5.zip
mv lcms-3.0.5 lcms
cd lcms


root@as3:/var/www/lcms# ls
cache  data         gnu-lgpl.txt  install.php  style
core   favicon.ico  index.php     modules      update.php
root@as3:/var/www/lcms#
root@as3:/var/www/lcms# chmod -R 777 cache
root@as3:/var/www/lcms#
访问http://as3.brite.biz/lcms/install.php,按页面的提示安装即可。
登录地址:http://as3.brite.biz/lcms/index.php?system=Admin,登录后,你会看到
“This 3.0.5 copy of the CMS is old. Click here to update.”,不要去点击here,因为升级会失败。
它的blog模块有问题,所以只能添加页面。

http://as3.brite.biz/lcms
http://as3.brite.biz/lcms/index.php?page=test1
http://as3.brite.biz/lcms/index.php?page=test2
http://as3.brite.biz/lcms/index.php?page=jingle-bell
http://as3.brite.biz/lcms/index.php?page=chinese-economy

不过所发表的页面并不自动出现在首页,可这样做:
编辑index文件(访问http://as3.brite.biz/lcms/index.php?system=Editor&page=editor&active=index)
切换到源代码编辑模式,在此行<p>This is an example, fully functioning version of LotusCMS.</p>的下一行加上:
<p><a href="/lcms/index.php?page=chinese-economy">中国经济</a></p>
<p><a href="/lcms/index.php?page=jingle-bell">铃儿响叮当</a></p>
<p><a href="/lcms/index.php?page=test2">测试2</a></p>
<p><a href="/lcms/index.php?page=test1">测试1</a></p>

保存更改即可。

演示站点:http://as3.brite.biz/lcms/,http://as3.brite.biz/lcms/index.php?page=index
项目地址: http://sourceforge.net/projects/arboroiancms/
http://www.lotuscms.org/
在普通php空间就可使用。

明显没有mecha-cms(http://briteming.blogspot.co.uk/2014/06/linux-vpsphpphpmecha-cms.html)好用。