@@ -30,36 +30,38 @@ <h1><a href="https://github.com/undpaul/code_snippets"><?code_snippets</a>
30
30
< div id ="site-subheader " class ="clearfix "> </ div >
31
31
32
32
< div id ="main ">
33
-
33
+
34
34
< h2 > < a href ="https://github.com/undpaul/code_snippets/blob/master/git/default.gitignore "> .gitignore for drupal projects without docroot</ a > </ h2 >
35
35
< p > < pre class ="terminal "> curl https://raw.github.com/undpaul/code_snippets/master/git/default.gitignore > .gitignore</ pre > </ p >
36
36
37
37
< h2 > < a href ="https://github.com/undpaul/code_snippets/blob/master/git/freistilbox.gitignore "> .gitignore for drupal projects with docroot (e.g. on freistilbox)</ a > </ h2 >
38
38
< p > < pre class ="terminal "> curl https://raw.github.com/undpaul/code_snippets/master/git/freistilbox.gitignore > .gitignore</ pre > </ p >
39
39
40
- < h2 > < a href ="https://github.com/undpaul/code_snippets/blob /master/sh/undpaul-update.sh " > a bash file for executing a sites/all/scripts/update.sh from any place in the drupal folder </ a > </ h2 >
40
+ < h2 > < a href ="https://github.com/undpaul/code_snippets/tree /master/settings.php " > settings.php structure </ a > </ h2 >
41
41
< p >
42
- < pre class ="terminal "> cd ~ curl https://raw.github.com/undpaul/code_snippets/master/sh/undpaul-update.sh > .drush/undpaul-update.sh</ pre >
43
- Then just add a global alias in your < code > .zshrc</ code > or < code > .bash_profile</ code > :
44
- < pre > alias uu="sh ~/.drush/undpaul-update.sh"</ pre >
42
+ < pre class ="terminal "> curl -O https://raw.githubusercontent.com/undpaul/code_snippets/master/settings.php/default.local.settings.php</ pre >
43
+ < pre class ="terminal "> curl -O https://raw.githubusercontent.com/undpaul/code_snippets/master/settings.php/settings.local.php</ pre >
44
+ < pre class ="terminal "> curl -O https://raw.githubusercontent.com/undpaul/code_snippets/master/settings.php/shared.settings.php</ pre >
45
+ < pre class ="terminal "> ln -s settings.local.php settings.php</ pre >
45
46
</ p >
46
47
47
- < hr >
48
+ < p > </ p >
49
+ < p > </ p >
48
50
49
51
< h2 > Contact</ h2 >
50
52
< p > Johannes Haseitl - undpaul GmbH (johannes@undpaul.de)</ p >
51
53
52
- < p > You can also clone the project with < a href ="http://git-scm.com "> Git</ a >
53
- by running:
54
+ < p > You can also clone the project with < a href ="http://git-scm.com "> Git</ a >
55
+ by running:
54
56
</ p > < pre class ="terminal "> git clone git://github.com/undpaul/code_snippets</ pre >
55
- < p > </ p >
57
+ < p > </ p >
56
58
57
- < div class ="footer ">
58
- get the source code on GitHub : < a href ="https://github.com/undpaul/code_snippets "> undpaul/code_snippets</ a >
59
- </ div >
59
+ < div class ="footer ">
60
+ get the source code on GitHub : < a href ="https://github.com/undpaul/code_snippets "> undpaul/code_snippets</ a >
61
+ </ div >
60
62
61
- </ div >
63
+ </ div >
62
64
63
- </ div > </ div > </ div >
65
+ </ div > </ div > </ div >
64
66
</ body >
65
67
</ html >
0 commit comments