File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ docroot/wp-content/upgrade/*
10
10
docroot /wp-content /uploads /*
11
11
docroot /sitemap. *
12
12
docroot /wp-config-local.php
13
+ python_env /paste_errors.log
Original file line number Diff line number Diff line change 1
- [submodule "WordPress "]
2
- path = WordPress
3
- url = https://github.com/WordPress/WordPress.git
4
- [submodule "wordpress "]
1
+ [submodule "docroot/wordpress "]
5
2
path = docroot/wordpress
6
3
url = https://github.com/WordPress/WordPress.git
7
- [submodule "legalcode "]
4
+ [submodule "docroot/ legalcode "]
8
5
path = docroot/legalcode
9
6
url = https://github.com/creativecommons/legalcode.git
10
- [submodule "license.rdf "]
7
+ [submodule "docroot/ license.rdf "]
11
8
path = docroot/license.rdf
12
9
url = https://github.com/creativecommons/license.rdf.git
13
- [submodule "includes/i18n "]
10
+ [submodule "docroot/ includes/i18n "]
14
11
path = docroot/includes/i18n
15
12
url = https://github.com/creativecommons/svn-i18n
16
- [submodule "wp-content/themes/creativecommons.org "]
13
+ [submodule "docroot/ wp-content/themes/creativecommons.org "]
17
14
path = docroot/wp-content/themes/creativecommons.org
18
15
url = https://github.com/creativecommons/theme-creativecommons.org.git
19
16
[submodule "python_env/src/i18n "]
Original file line number Diff line number Diff line change 36
36
fi
37
37
38
38
cat << EOF > /etc/apache2/sites-available/${HOSTNAME}
39
- <VirtualHost ${HOSTNAME} :8080 >
39
+ <VirtualHost ${HOSTNAME} :80 >
40
40
Use CCVHost ${HOSTNAME} http ${TOPDIR} /var/log/apache2/${HOSTNAME}
41
41
</VirtualHost>
42
42
EOF
You can’t perform that action at this time.
0 commit comments