Skip to content

Gardax/cookWithMeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Setup:

Install php

#!python

sudo apt-get install php5-cli

Install curl

``` #!python

sudo apt-get install curl sudo apt-get install php5-curl

<h3>Install Composer</h3>
To install Composer on Linux or Mac OS X, execute the following two commands:

#!python

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


<h3>Install symfony</h3>

#!python

sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony sudo chmod a+x /usr/local/bin/symfony


<h3>Clone the repository</h3>

#!python composer update


<h3>Create database</h3>

#!python $ php app/console doctrine:database:create


<h3>Update database schema</h3>

#!python $ php app/console doctrine:schema:update --force


<h1>Running the Symfony Application</h1>

Then, open your browser and access the http://localhost:8000 URL to see the Welcome page of Symfony

#!python

$ cd my_project_name/ $ php app/console server:run


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published