zorbus/bootstrap
最新稳定版本:0.0.1
Composer 安装命令:
composer require zorbus/bootstrap
包简介
A Symfony2 project based on Zorbus
README 文档
README
Setup
- composer.phar create-project zorbus/bootstrap PROJECT_ROOT dev-master
- mkdir app/cache app/logs web/uploads
- setfacl -R -m u:
whoami:rwx -m u:apache:rwx app/cache app/logs web/uploads - setfacl -dR -m u:
whoami:rwx -m u:apache:rwx app/cache app/logs web/uploads
Configuration
- edit app/config/config.yml for facebook parameters and other configuration
- edit app/config/parameters.yml for database parameters
Database
- create tables
- php app/console doctrine:migrations:migrate
- load fixtures for the admin user. Remove --fixtures parameter to load all.
- php app/console doctrine:fixtures:load --fixtures=src/Zorbus/UserBundle
Web Server
- Configure Apache VirtualHost
- Or as an alternative, if using php 5.4 or higher
- php app/console server:run
Administration
- And then visit http://localhost:8000/admin/dashboard
- Username: zorbus and Password: 1234567
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2012-11-13