public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Tue Mar 04 09:33:21 -0800 2008
commit  e921c41339b30d21445d6d6738691774f7c136cb
tree    4096f6a0eca483a2ef86585936d8ae4782723b9b
parent  d61c37851d7ad4e28e77f9563267e670b5e2b4fa
cmsmadesimple-2-0 / autogen.sh
100755 22 lines (17 sloc) 0.701 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
 
mkdir tmp/templates_c
touch tmp/templates_c/index.html
mkdir tmp/templates
touch tmp/templates/index.html
mkdir tmp/configs
touch tmp/configs/index.html
mkdir tmp/cache
touch tmp/cache/index.html
 
#echo "<!-- This is a dummy file for the purposes of making sure this directory is created properly. You're welcome to remove it at any time. -->" > uploads/index.html
#echo "<!-- This is a dummy file for the purposes of making sure this directory is created properly. You're welcome to remove it at any time. -->" > uploads/images/index.html
 
touch tmp/cache/SITEDOWN
chmod 777 tmp/cache/SITEDOWN
 
chmod 777 tmp/templates_c
chmod 777 tmp/templates
chmod 777 tmp/configs
chmod 777 tmp/cache