Skip to content

Installing BEMOSS Launcher Wizard

ARIbemoss edited this page Jun 13, 2017 · 2 revisions

WiKiHome | Installation Guide | Get Started | Developer Resources | BEMOSS™ Team


Installing BEMOSS™ Launcher Wizard

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.

Step 1: Update & Install git

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

Step 2: Clone BEMOSS™ Repo:

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

Step 3: Finish:

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.


[Back to WikiHome]

Clone this wiki locally