Skip to content
/ Ghost Public
forked from roadt/Ghost

A simple bulletin board with Symfony2 and Bootstrap

Notifications You must be signed in to change notification settings

shawlang/Ghost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

http://php-club.org/

Install

下载源代码

git clone https://github.com/tangwenming/Ghost Ghost

配置

cd app/config
cp parameters.yml.dist parameters.yml
# 修改其中的数据库连接参数

安装依赖包

初始化

php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console ghost:acl:installAces

导入Session数据表结构

mysql -uroot -proot
use dbname
source src/Ghost/PostBundle/Resources/doc/schema.sql

完成

访问 http://localhost/Ghost 测试

About

A simple bulletin board with Symfony2 and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published