2017 © Pedro Peláez
 

project demo

Kickstart you project with the Victoire DCMS demo

image

victoire/demo

Kickstart you project with the Victoire DCMS demo

  • Monday, January 18, 2016
  • by lenybernard
  • Repository
  • 4 Watchers
  • 7 Stars
  • 382 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Victoire demo (standard-project)

Welcome to the demo of Victoire DCMS and thank you for your interest. This is the best way to try Victoire and to discover all its features. Please, follow the install instructions to start., (*1)

Install

composer create-project victoire/demo myVictoire "1.3.*@dev"

Set your parameters

You're invited to set up the parameters that will be defined in the "app/config/parameters.yml" file. The default parameters are indicated between the () but you might need to insert different values regarding your environment., (*2)

Domain names

Change domain names for yours in app/config/parameters.yml, (*3)

    locale_pattern_table:
        demo.victoire.dev: fr
        demo.victoire.io: fr

Define your locale

Available locale :, (*4)

  • fr : French
  • en : English
  • es : Spanish

Database

Create your database, (*5)

php bin/console doctrine:database:create

And import the demo database with var/dump/db.sql, (*6)

Then generate the view cache with the following command, (*7)

php bin/console victoire:generate:view-cache

Then generate widgets css for each view, (*8)

php bin/console victoire:widget-css:generate

Uploads

Extract demo uploads in web folder, (*9)

tar -zxvf var/dump/uploads.tar.gz -C web/

Bower

If you have not already installed bower, run the following command, (*10)

npm install -g bower

Install Bower packages, (*11)

bower install

Assets

If you have not already installed less, run the following command, (*12)

npm install -g less

If you have not already installed sass, run the following command, (*13)

gem install sass

Then dump assets, (*14)

php bin/console assets:install web --symlink
php bin/console mopa:bootstrap:symlink:less
php bin/console assetic:dump

Login page

Setup your virtualhost as usual and go to http://demo.victoire.dev/app_dev.php/login (assuming your local virtualhost is called demo.victoire.dev) and enter these credentials to start to test Victoire:, (*15)

Login Password
anakin@victoire.io test

Victoire Core

If you have any bug or problems, you can fork and commit your changes directly on Victoire Repo, (*16)

The Versions

18/01 2016

dev-master

9999999-dev http://victoire.io

Kickstart you project with the Victoire DCMS demo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Core Team Victoire

test demo cms dynamic victoire dcms friendsofvictoire fov

02/12 2015

1.3.6

1.3.6.0

Kickstart you project with the Victoire demo

  Sources   Download

MIT

The Requires

 

The Development Requires

21/08 2015

1.1.0

1.1.0.0

Kickstart you project with the Victoire demo

  Sources   Download

MIT

The Requires

 

The Development Requires