All Projects → wenmingtang → Ghost

wenmingtang / Ghost

move to https://github.com/cshome/cshome

Labels

Projects that are alternatives of or similar to Ghost

Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-20%)
Mutual labels:  symfony
Minkbundle
Mink library integration bundle for Symfony2
Stars: ✭ 64 (-8.57%)
Mutual labels:  symfony
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (-4.29%)
Mutual labels:  symfony
Pugxgeneratorbundle
An enhancement of SensioGeneratorBundle
Stars: ✭ 58 (-17.14%)
Mutual labels:  symfony
Class Loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
Stars: ✭ 1,131 (+1515.71%)
Mutual labels:  symfony
Docker Examples
There are many like it, but this one is mine.
Stars: ✭ 66 (-5.71%)
Mutual labels:  symfony
Liipurlautoconverterbundle
[DEPRECATED] This bundle will add a Twig Extension for templates with a new filter for automatically converting urls and emails in a string to html links
Stars: ✭ 53 (-24.29%)
Mutual labels:  symfony
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (+0%)
Mutual labels:  symfony
Hentergeo
基于Symfony2和MongoDB的地理位置查询演示
Stars: ✭ 64 (-8.57%)
Mutual labels:  symfony
Security Http
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
Stars: ✭ 1,146 (+1537.14%)
Mutual labels:  symfony
Lexikcurrencybundle
This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
Stars: ✭ 59 (-15.71%)
Mutual labels:  symfony
Featureflagsbundle
Symfony2 Bundle to implement Feature Flags to your Application
Stars: ✭ 63 (-10%)
Mutual labels:  symfony
Foselasticabundle
Elasticsearch PHP integration for your Symfony project using Elastica.
Stars: ✭ 1,142 (+1531.43%)
Mutual labels:  symfony
Ddd Symfony Sample
A symfony sample application using DDD
Stars: ✭ 58 (-17.14%)
Mutual labels:  symfony
Security Guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
Stars: ✭ 1,157 (+1552.86%)
Mutual labels:  symfony
Http Client Contracts
A set of HTTP client abstractions extracted out of the Symfony components
Stars: ✭ 1,078 (+1440%)
Mutual labels:  symfony
Doctrine Stats
Get Doctrine stats : managed entities, lazy loaded entities, hydration time etc.
Stars: ✭ 65 (-7.14%)
Mutual labels:  symfony
Doctors
Medical Doctors web Application (Symfony2)
Stars: ✭ 70 (+0%)
Mutual labels:  symfony
Neo4j Symfony
Symfony Bundle for the Neo4j Graph Database
Stars: ✭ 69 (-1.43%)
Mutual labels:  symfony
Sonatacachebundle
This bundle provides caching services
Stars: ✭ 66 (-5.71%)
Mutual labels:  symfony

Demo

http://www.babyfamily.com

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 测试

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].