Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

49 lines (42 loc) · 2.2 KB

ole--vagrant-community

ole--vagrant-community gives users the ability to install fast their own community BeLL (Basic e-Learning Library) on their computer.

Requirements

  • Install git
    • Git is an open source version control system that we use for communication and management for our software. More specifically, we use gitter.im for communication and github.com for software management.
    • Confirmed working on v2.5.0 (check with git --version)
  • Install virtualbox
    • Virtualbox allows you to install a software virtualization package as an application on your OS.
    • Confirmed working on v5.0.14 (check with vboxmanage --version)
  • Install vagrant
    • Vagrant is an open source tool for building development environments.
    • Confirmed working on v1.8.1 (check with vagrant --version)
  • (Optional for Windows Users) putty
    • PuTTY is free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.

Ubuntu

    sudo apt-get install git
    sudo apt-get install virtualbox
    sudo apt-get install vagrant

OSX

Open your Terminal. We assume that brew is already installed.

    brew install git 
    brew cask install vagrant
    brew cask install virtualbox

Windows

You need to manually install git, virtualbox, and vagrant via internet from the installation links provided above. Afterwards, open your Command Prompt to check that the following are up and running properly:

git --version
vagrant --version
vboxmanage --version  

Install a communityBeLL on your OS

In your Terminal or Command Prompt, type:

git clone https://github.com/dogi/ole--vagrant-community.git
cd ole--vagrant-community
vagrant up

You now have a working communityBeLL on your OS.