-
Notifications
You must be signed in to change notification settings - Fork 38
Installing BEMOSS Launcher Wizard
WiKiHome | Installation Guide | Get Started | Developer Resources | BEMOSS™ Team
The screenshots below are taken from a Virtualbox system loaded with Ubuntu 16.04. If you plan to run BEMOSS™ on a different computer or single board computer with different OS, they may look different.
Go to your VirtualBox. Open the terminal.
Note: To locate the terminal, please click the top left icon and type "terminal".

Update the system by typing in the following code in the terminal.
(Please notice: the dollar sign $ below is the start of code, you do not need to type it in the terminal. This applies to all code examples in this Wiki.)
$ sudo apt-get update
If you have not install git in your PC, this will be necessary, type the code below to install git.
$ sudo apt-get install git
Download the BEMOSS™ main folder (including BEMOSS™ Launcher Wizard and other necessary installation&operation packages) to any prefered directory inside your local machine. Here Home directory is recommended
Navigate to that directory (home directory is selected for this installation guide) and then, type:
$ git clone -b master https://github.com/bemoss/BEMOSS3.5.git
After you clone the BEMOSS™ repo, you should be able to see the GUI folder inside BEMOSS™ main folder, where the BEMOSS™ Launcher Wizard located:
At this moment, you already have BEMOSS™ Launcher Wizard on your computer. Next step, we are going to use BEMOSS™ Launcher Wizard to install the entire BEMOSS™ system HERE.