== Install OMF Services == [[TOC(WiMAX/dSite*)]] === Configure Apt Repository === {{{ wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add - }}} {{{ sudo wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list }}} === Install Services === {{{ sudo apt-get install omf-geni }}} This will install: ... === LDAP Server Installation === While installing LDAP it will ask: 1. It will guess the oganizational structure for ldap based on FQDN: {{{ geni.net => dc=geni,dc=net }}} (if any error is made during the initial installation, LDAP can be reconfigured with: dpkg-reconfigure slapd) Use these choices ('''CHECK IF STILL THE SAME''') * Omit OpenLDAP server configuration? No * DNS domain name: geni.net #The DNS domain name is used to construct the base DN of the LDAP directory. * Organization name: GENI * Password: Sg10l3P * Database backend to use: HDB * Do you want the database to be removed when slapd is purged? : Yes * Move old database? Yes * Allow LDAPv2 protocol? No === MySQL Installation === '''Will ask some questions...'''