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