close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 3, 2014, 5:39:38 PM (9 years ago)
- Author:
-
ssugrim
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
5 | 5 | === Configure Apt Repository === |
6 | 6 | |
| 7 | To begin we'll need to add the Orbit apt repository to the list of sources that our console will pull packages from. This is done by running the follwing two commands. |
| 8 | |
| 9 | '''Note: It is assumed that you have root access and can run these commands as root if needed''' |
| 10 | |
| 11 | The first installs the orbit repositories gpg-key into the consoles key-ring. |
7 | 12 | {{{ |
8 | 13 | wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add - |
9 | 14 | }}} |
| 15 | Next we download the source list for the repository. |
10 | 16 | {{{ |
11 | | sudo wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list |
| 17 | wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list |
| 18 | }}} |
| 19 | Once we have these changes in place, we need to update the repository list via |
| 20 | {{{ |
| 21 | apt-get update |
12 | 22 | }}} |
13 | 23 | |
14 | 24 | === Install Services === |
| 25 | All the services can be installed via a single container package: |
15 | 26 | {{{ |
16 | 27 | apt-get install omf-aggmgr-geni-5.4 |
… |
… |
|
46 | 57 | }}} |
47 | 58 | |
| 59 | during the install process you will be prompted to answer the following questions. The order may not match up, but each will be asked. |
| 60 | |
48 | 61 | ==== LDAP Server Installation Questions ==== |
49 | 62 | You will be promted for Ldap root passwords. It will be asked for when installing the client. |
… |
… |
|
59 | 72 | |
60 | 73 | ==== LDAP Client Installation Questions ==== |
61 | | When Installing you will be asked the follow questions: |
| 74 | |
| 75 | When Installing you will be asked for the following information: |
62 | 76 | |
63 | 77 | * base dc=geni,dc=net |
… |
… |
|
74 | 88 | === Post-installation Configuration === |
75 | 89 | |
76 | | Once completed add the following line to the end of your ''/etc/ldap.conf'' |
77 | | |
| 90 | Once the installation completes you will need to modify the ''/etc/ldap.conf''. Please make sure the line: |
| 91 | {{{ |
| 92 | pam_check_host_attr yes |
| 93 | }}} |
| 94 | is uncommented and is set to '''yes'''. Next add the following line to the end of your ''/etc/ldap.conf''. |
78 | 95 | {{{ |
79 | 96 | nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,libuuid,libvirt-qemu,list,lp,mail,man,messagebus,news,ntp,postfix,proxy,root,sshd,statd,sync,sys,syslog,usbmux,uucp,www-data |