Skip to content

Instantly share code, notes, and snippets.

@hkim823
Created August 19, 2014 14:56
Show Gist options
  • Save hkim823/526bc2f4962c90f649df to your computer and use it in GitHub Desktop.
Save hkim823/526bc2f4962c90f649df to your computer and use it in GitHub Desktop.
Change edx-platform from edx to outside fork
CAPS = fill in your values
sudo rm -rf /edx/app/edxapp/edx-platform
cd /edx/app/edx_ansible/edx_ansible/playbooks/edx-east
sudo /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -i localhost, -c local -e@/edx/app/edx_ansible/server-vars.yml -e edx_platform_repo='https://github.com/NAMEOFYOURGITHUBACCOUNT/edx-platform' -e edx_platform_version='BRANCH' edxapp.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment