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 check edx.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 > <https://groups.google.com/d/msgid/edx-code/d7192f72-2803-401e-9adb-23d40d0b2c1f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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.
