This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
phpsqlitecms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75
Commits
1
Branch
1.5 MiB
PHP
74.9%
Smarty
22.5%
JavaScript
1.4%
CSS
1.1%
Tree:
1d5231952e
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1d5231952e'
${ noResults }
phpsqlitecms
/
README.md
1.4 KiB
Raw
Blame
History
phpSQLiteCMS
phpSQLiteCMS
是一个轻量的开源CMS系统,基于
PHP
和
SQLite
. 得益于SQLite是基于文件的,它能够“开箱即用”,无需繁琐的安装步骤。
系统需求
Apache 服务器并开启
mod_rewrite
和
.htaccess file support
支持。
PHP 5 并开启
PDO
和
SQLite driver
支持。
安装
上传所有文件到服务器。
根据您的服务器配置,您可能需要更改下列文件和目录的写权限:
cms/data
- SQLite 数据库目录
content.sqlite
,
entries.sqlite
and
userdata.sqlite
- SQLite 数据库文件
cms/cache
- 缓存目录,如果你要使用缓存功能
cms/media
and
cms/files
- 上传目录
就这么简单,完成了!用浏览器访问您的网站(例如
http://example.org/path/to/phpsqlitecms/
)。 后台地址是/cms (例如
http://example.org/path/to/phpsqlitecms/cms/
)。 默认管理员账户是: admin, 密码: admin,强烈建议您修改密码。