Skip to content

Instantly share code, notes, and snippets.

@time-wcrp
Last active December 14, 2015 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save time-wcrp/d33fc43cd7b642e84303 to your computer and use it in GitHub Desktop.
Save time-wcrp/d33fc43cd7b642e84303 to your computer and use it in GitHub Desktop.
install joomla
# Last updated 2015-12-14
JOOMLA_VERSION="3.4.5"
git clone https://github.com/joomla/joomla-cms.git
cd joomla-cms
git checkout tags/${JOOMLA_VERSION}
cd ..
mv joomla-cms/* `pwd`
rm -rf joomla-cms/
chmod 770 administrator/backups
chmod 770 administrator/components
chmod 770 administrator/language
chmod 770 administrator/language/en-GB
chmod 770 administrator/modules
chmod 770 administrator/templates
chmod 770 components
chmod 770 images
chmod 770 images/banners
chmod 770 images/stories
chmod 770 language
chmod 770 language/en-GB
chmod 770 language/pdf_fonts
chmod 770 modules
chmod 770 plugins
chmod 770 plugins/content
chmod 770 plugins/editors
chmod 770 plugins/editors-xtd
chmod 770 plugins/search
chmod 770 plugins/system
chmod 770 plugins/user
chmod 770 plugins/xmlrpc
chmod 770 tmp
chmod 770 templates
chmod 770 cache
chmod 770 administrator/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment