--
You received this message because you are subscribed to the Google Groups "General Open edX discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/146a31a4-09c8-4562-abaf-6f9ec3fe1451%40googlegroups.com.
"edx-platform"and follow the standard installation steps outlined in the official docu.
export OPENEDX_RELEASE=open-release/hawthorn.master
# 2. Bootstrap the Ansible installation: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo -H bash # 3. (Optional) If this is a new installation, randomize the passwords: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/generate-passwords.sh -O - | bash # 4. Install Open edX: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/native.sh -O - | bash > install.out
--
You received this message because you are subscribed to the Google Groups "General Open edX discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/d7192f72-2803-401e-9adb-23d40d0b2c1f%40googlegroups.com.
| Leo - have you looked into comprehensive theming as a way to capture all the site customizations that you're making? Lawrence McDaniel has also published this really great blog post about how to make your own custom theme Styling Open edX tips and tricks Changing the logo |
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CA%2BaB0d982RXwhiPAoaLEygbrdcg%3DKBa7n0dWThd0XwtXKQTtkQ%40mail.gmail.com.
Hai, please take a look at the last lines of the script you're referring toexport OPENEDX_RELEASE=open-release/hawthorn.master# 2. Bootstrap the Ansible installation: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo -H bash # 3. (Optional) If this is a new installation, randomize the passwords: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/generate-passwords.sh -O - | bash # 4. Install Open edX: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/native.sh -O - | bash > install.out