Skip to content

SabaBaig/ole--vagrant-community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.7%
  • Batchfile 48.3%