Changes between Version 43 and Version 44 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jun 21, 2013, 8:08:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v43 v44 245 245 246 246 ====== Setting up Login Service ====== 247 247 248 NOTE: EVERYTHING THAT IS ORBIT-LAB.ORG SHOULD BE GENI.NET 248 249 1. Install ldap libraries using command … … 307 308 echo "console.sb4.orbit-lab.org" > /etc/hostname 308 309 }}} 310 311 9. Install Apache web server 312 313 {{{ 314 apt-get install apache2 315 }}} 316 317 10. Install apache's proxy package and enable it. 318 319 320 {{{ 321 apt-get install libapache2-mod-proxy-html 322 a2enmod proxy 323 a2enmod proxy_http 324 325 }}}