Native installation script is missing

Good getlocaltime()!

I’m trying to install open edX (ficus.3) using the following doc: https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/146440579/Native+Open+edX+Ubuntu+16.04+64+bit+Installation

There is a step from doc:

Install Open edX. This can take some time, perhaps an hour:

wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/native.sh -O - | bash

But there is no native.sh file in that repository! https://github.com/edx/configuration/tree/open-release/ficus.master/util/install

So, how to perform the native installation? Our VPS doesn’t support any virtualization.

Thanks a lot.

1 Like

For the ficus release you can try sandbox.sh

2 Likes

Thanks a lot.

I installed edX using that script. But how to start edX itself after installation?

root@vmi274432:~# /edx/bin/supervisorctl start all
root@vmi274432:~# /edx/bin/supervisorctl status
root@vmi274432:~#

I got “Uh oh, we are having some server issues…” error at index page. How to find an issue that caused that error?

Switched to open-release/ficus.master instead of ficus.3 and it started working.

BTW: I’ve added a note to the installation page: for Ginkgo and before it was called sandbox.sh.