This is the README file for the Hello-World project. Here is an extra line. And there is another one added from mac.
Assuming you already have Apache + PHP 5.3 + MySQL installed:
Clone the repository to your local environment
clone [email protected]:xxx/yyy.git
Edit environment configuration file to check parameters
env.cfg
Launch following script to init the environment
make init
This will
- Create the database as defined in env.cfg
- Load the dump
- Do some magic...
Your local environment is ready...
Perform modification on your local environment Commit modification to your local environment
git commit
Commit modifications when the fix/feature is stable
git push
The following workflow shall be followed ultimately: A successful Git branching model