Skip to content

nbehier/BirthdayPropilex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Propilex

A Silex application which uses Propel, Backbone.

Installation

Install dependencies:

php composer.phar install

Build Model classes, SQL, and the configuration:

bin/bootstrap

Configure a database:

mysql -uroot -e 'CREATE DATABASE propilex'

mysql -uroot propilex < app/config/sql/Propilex.Model.schema.sql

You're done!

Configuration

All the configuration is located in the app/config/ directory.

  • runtime-conf.xml contains the database configuration, if you modify it, don't forget to rebuild things by using the previous command;
  • config.php you should not edit this file, except to turn on/off debugging stuffs.

About

Birthday website. Based on Propilex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.4%
  • JavaScript 30.1%
  • PHP 8.2%
  • Shell 0.3%