Leo - have you looked into comprehensive theming as a way to capture all the site customizations that you're making? https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/changing_appearance/theming/index.html Lawrence McDaniel has also published this really great blog post about how to make your own custom theme https://blog.lawrencemcdaniel.com/open-edx-custom-theming-tutorial/ Styling Open edX tips and tricks https://blog.lawrencemcdaniel.com/styling-open-edx-tips-and-tricks/ Changing the logo https://blog.lawrencemcdaniel.com/how-to-change-the-open-edx-logo/
On Thu, Jan 17, 2019 4:22 PM, Lupus Furyo [email protected] wrote: Hai, please take a look at the last lines of the script you're referring to 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 On Thu, Jan 17, 2019 at 11:54 PM Leo Zurick <[email protected]> wrote: "edx-platform"and follow the standard installation steps outlined in the official docu. Thanks, the thing is, the standar installation usea a script that doesn't poit at all to any github repo, When you checkedx.platform-install.sh . i cannot find a place to add my git url. What am I missing? -- 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 . -- 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/CA%2BaB0d982RXwhiPAoaLEygbrdcg%3DKBa7n0dWThd0XwtXKQTtkQ%40mail.gmail.com . Website:http://www.appsembler.comBlog: http://www.appsembler.com/blogTwitter: http://twitter.com/nateaLinkedIn:http://linkedin.com/in/natea Phone: +1 (617) 702-4331 -- 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/ab1bca52-f48e-3d86-72f2-97a9524485d9%40mixmax.com.
