承接 zorbus/bootstrap 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2012-11-13