cd /var/www
git clone https://github.com/PhileCMS/Phile/ phile
cd phile
root@as3:/var/www/phile# ls
Changelog.md content generator.php lib README.md vendor
composer.json datastorage Icon.png LICENSE temp
config.php default_config.php index.php plugins themes
root@as3:/var/www/phile#
访问http://as3.brite.biz/phile即可看到网站效果。
发贴方法:
root@as3:/var/www/phile# cd content
root@as3:/var/www/phile/content# ls
404.md index.html sub
index.md setup.md
root@as3:/var/www/phile/content# nano test1.md
按setup.md 的格式,新建帖子test1.md,格式为:
<!--
Title: 测试1
Description: 测试1
-->
## 测试1
这是测试1.
保存文件,网站就更新了。
演示站点:http://as3.brite.biz/phile
项目地址:https://github.com/PhileCMS/Phile/
它是基于pico修改而来。(http://briteming.blogspot.co.uk/2014/01/linux-vpsphp-picophp.html)
git clone https://github.com/PhileCMS/Phile/ phile
cd phile
root@as3:/var/www/phile# ls
Changelog.md content generator.php lib README.md vendor
composer.json datastorage Icon.png LICENSE temp
config.php default_config.php index.php plugins themes
root@as3:/var/www/phile#
访问http://as3.brite.biz/phile即可看到网站效果。
发贴方法:
root@as3:/var/www/phile# cd content
root@as3:/var/www/phile/content# ls
404.md index.html sub
index.md setup.md
root@as3:/var/www/phile/content# nano test1.md
按setup.md 的格式,新建帖子test1.md,格式为:
<!--
Title: 测试1
Description: 测试1
-->
## 测试1
这是测试1.
保存文件,网站就更新了。
演示站点:http://as3.brite.biz/phile
项目地址:https://github.com/PhileCMS/Phile/
它是基于pico修改而来。(http://briteming.blogspot.co.uk/2014/01/linux-vpsphp-picophp.html)