Skip to content

Instantly share code, notes, and snippets.

@kflorence
Last active December 14, 2015 23:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kflorence/5166232 to your computer and use it in GitHub Desktop.
Save kflorence/5166232 to your computer and use it in GitHub Desktop.
# Put this in ~/.bash_profile on your devbox
# Run it like: $ update-config
function update-config {
echo "Updating config..."
cd /usr/wikia/docroot
git pull --rebase
mkdir -p wiki.factory
ln -sf /usr/wikia/source/wiki/extensions/wikia/Development/Configs_DevBox/LocalSettings.php wiki.factory/LocalSettings.php
perl /usr/wikia/docroot/clinks.pl --source=/usr/wikia/source/wiki --docroot=/usr/wikia/docroot/wiki.factory
touch /usr/wikia/docroot/DevBoxSettings.php
sudo service apache2 restart
echo "Done."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment