zorbus/bootstrap

There is no license information available for the latest version (0.0.1) of this package.

A Symfony2 project based on Zorbus

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

This package is not auto-updated.

Last update: 2024-04-13 11:06:11 UTC


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