source:
cpc/trunk/project/bin/init
@
4
Last change on this file since 4 was 4, checked in by , 12 years ago | |
---|---|
|
|
File size: 230 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | mkdir log cache |
4 | chmod 777 log cache |
5 | cp config/ProjectConfiguration.class{.example,}.php |
6 | cp config/databases.{example.,}yml |
7 | echo "Don't forget to adapt the configuration file : config/ProjectConfiguration.class.php" |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.