Skip to content

nikos90/movieRama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movieRama

A Symfony project created on January 30, 2016, 2:10 pm.

Installation

Clone the repo && go to directory

cd movieRama

Download Composer

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Update Dependencies

composer update

Update database credentials on app/config/parameters.yml file to match your mysql credentials

    database_host: localhost
    database_port: 3306
    database_name: movierama_db
    database_user: root
    database_password: root

Run the schema update

php app/console doctrine:schema:update --force

Publish the assets

php app/console assets:install --symlink

Clear the cache

php app/console cache:clear --env=prod
php app/console cache:clear --env=dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published