Changes between Initial Version and Version 1 of GENI-in-a-Box/GiB-Implementation


Ignore:
Timestamp:
10/17/12 08:57:38 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENI-in-a-Box/GiB-Implementation

    v1 v1  
     1= This Page is Under Construction =
     2[[BR]]
     3[[BR]]
     4[[BR]]
     5
     6= Getting Started =
     7
     8To get started there are a couple things that need to be done prior to development. This includes setting up !VirtualBox and the development environment. Instructions for doing both are outlined below. If you have any questions or suggestions about the set up process don't hesitate to send an email to [mailto:help@geni.net].
     9
     10== Installing and Setting Up !VirtualBox ==
     11
     121. !VirtualBox can be downloaded from https://www.virtualbox.org/wiki/Downloads. Please make sure you install version 4.1.23 or newer.
     13
     142. Once installed you will need to create a !VirtualBox  'machine' with a ''minimum disc space of 40 GB and ram of 2GB''.  Instructions on creating a virtual machine are at http://www.virtualbox.org/manual/ch01.html#gui-createvm. The !VirtualBox 'New Virtual Machine Wizard' will walk you through the steps of creating the virtual machine.  Accept the default settings in the wizard except for the base memory size (set this to 2GB or more) and virtual disk size (set this to 40 GB or more).
     15
     163. After the virtual machine is created, select it in the 'Oracle VM !VirtualBox Manager' window and click on settings.  Under 'Display' settings, turn on 3D acceleration.
     17
     184. Choose the OS you want to develop in.  Currently supported versions are Fedora 15 and Ubuntu 10.04.4 LTS Lucid Lynx.  Download the OS you want to your computer.
     19   Fedora download: http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/iso/Fedora-15-i386-DVD.iso. [[BR]]
     20   Ubuntu download: http://releases.ubuntu.com/lucid/ubuntu-10.04.4-desktop-i386.iso
     21
     225. You can install an OS on the !VirtualBox virtual machine you created.  To do this select in the Oracle VM !VirtualBox Manager widow the virtual machine you just created and click the green arrow labeled {{{Start}}}.   Detailed instructions for installing an OS on a virtual machine are at http://www.virtualbox.org/manual/ch01.html#idp13614032.  Fedora specific install instructions may be found at http://www.sysprobs.com/install-fedora-15-virtualbox-steps-install-virtualbox-guest-additions-fedora-15.  During the OS install you'll be asked to create a user account.  Give this user account the username {{{gib}}} and give this account administrative privileges.
     23
     246. Install any updates available for the OS.
     25
     267. Change user account settings for {{{gib}}} to be automatically logged in when the system boots.  Also, change the screen settings to not lock the screen.
     27
     28Once the OS of your choice is installed on the virtual machine you are ready to start setting up the development environment.
     29
     30== Setting up the Development Environment ==
     31
     32Depending on the OS you chose to develop in, Fedora or Ubuntu as listed above, you will need to follow separate instructions.
     33
     34[wiki:GIB-Fedora-Instructions Fedora Environment Setup Instructions] [[br]] [[br]]
     35[wiki:GIB-Ubuntu-Instructions Ubuntu Environment Setup Instructions]
     36