source:
cpc/trunk/project/bin/init
@
1316
Last change on this file since 1316 was 1287, checked in by , 11 years ago | |
---|---|
|
|
File size: 250 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.yml{.example,} |
7 | echo "Don't forget to adapt the configuration files : config/ProjectConfiguration.class.php config/databases.yml" |
Note: See TracBrowser
for help on using the repository browser.