Skip to content

victorvarias/sampleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample App

This steps assume you are working on an up to date lamp enviroment.

  1. Symfony Documentation

http://symfony.com/doc/current/book/index.html

  1. Cloning the app

Clone the repo to your local machine. This should be done inside your localhost root.

clone https://github.com/1000i1/sampleApp.git

This command will create the folde sampleApp inside the folder where you execute this command.

After this all the commands in this doc assume you're inside the sampleApp folder

  1. Install Symfony vendors

php composer.phar update

This will populate the folder /vendor

This step might require to install the php-composer package

  1. Create the database

The default user is root with an empty password. To change this params modify /app/config/parameters.yml

php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load
  1. Change permissions

sudo chmod -R 777 app/cache
sudo chmod -R 777 app/logs
  1. Start the app

http://localhost/sampleApp/web/app_dev.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages