14fed36260efdc35b7ddccde945611a3c1084963
[feisty_meow.git] / production / sites / cakelampvm.com / hello.txt
1
2 Welcome to the CakePHP LAMP VM.
3
4 Please refer to the built-in documentation available at: http://cakelampvm.com
5
6 Some first steps to make this vm your own:
7
8 1) change your password for the developer account.
9 (may eventually be automatically required)
10
11 2) change your git configuration for user and email.  this is how we've
12 configured it so far:
13
14   # git config --global user.email "developer@cakelampvm.com"
15   # git config --global user.name "Developer J. Cakemo"
16
17 if you're developing on a real project, you probably don't want the bogus
18 email and even more bogus name above attached to your commits.
19 Just run the commands again but with proper values.
20
21 3)
22
23
24