Installation of Project Neverland

Posted by Cofyc, on July 4, 2008, 2:07 pm,

Installation of Project Neverland

  1. 设置目录/tmp, /var及其子目录权限为777;
  2. 将域名地址指向/htdocs
  3. 在浏览器输出地址,并按照指示进行安装配置。
  4. 删除/htdocs/install.php

 

呃~,安装界面直接采用的wordpress的样式,因为我实在懒得自己设计编写安装界面-_-!。

注意:没写错误检查逻辑,所以配置的正确性需要自己保证。这点以后会改进的;-)。

欢迎下载测试与交流!

 

P.S. 最近的改进主要是缓存系统,以及多语言的支持(不过语言文件还没写完),和这个安装程序。

P.S. Project Neverland的程序代码很简单,我只想写一个个人博客,功能除非必要是不会添加的,所以速度方面相对wp很快,即使关闭cache之后。

P.S. 明天还要进行大学最后一门考试……毛概……>_<!!!。

0 comment  - Tags: project neverland, installation

Project Neverland is now available

Posted by Cofyc, on June 29, 2008, 11:06 pm,

Project Neverland是用PHP写成的博客程序,也是我在学习PHP过程中不断练习的一个程序,现觉得已在逐渐成型,所以开始立项目并在以后持续改进。

 

Project Neverland的Google Code主页:http://code.google.com/p/project-neverland/

源代码获取:

svn checkout http://project-neverland.googlecode.com/svn/trunk/ neverland

感谢以下开源项目:

Gnu Linux, Apache, Mysql, PHP, Smarty, Pear, Zend Framework, PHP Doc, Pecl, MagpieRSS

以及:Project Babel, Wordpress, 我从这些开源项目中学到许多。

 

一些说明

  1. Apache的配置在/etc/apache/island.conf,域名需指向/htdocs;
  2. 数据库在/res/sql/neverland.sql;
  3. 配置文件Settings.sample.php需修改后并重命名为Settings.php;
  4. /tmp, /var/upload, /var/cache, /var/smarty及子目录权限应设置为777。
  5. 运行/htdocs/install.php可以写入一个用户,信息可在/admin下修改。

安装见:http://www.peterfu.net/entry/166.html

continue...

15 comments  - Tags: project neverland, opensource

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License
Powered by Project Neverland, Theme modified from gluedideas