Skip to main content
guest
Join
|
Help
|
Sign In
tbachner
Home
guest
|
Join
|
Help
|
Sign In
Wiki Home
Recent Changes
Pages and Files
Members
iPad Resources
helpdesk
Edit
0
18
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
I am still working on documenting the process. Here is what I have so far. I also have a link groupings for all of the resources I found helpful.
http://del.icio.us/tbachner330/helpdesk?setcount=50
http://del.icio.us/tbachner330/ubuntu?setcount=50
Install Ubuntu (server edition) selecting the following modules at install:
Download iso from
http://www.ubuntu.com/getubuntu/download
Web, Mail, DNS, Samba
username: (what you setup)
password: (what you setup)
URL: helpdesk.fps.k12.me.us
IP: xxx.xxx.xxx.xxx
The following url details how to install the server and then setup SSH (if not installed at setup)
http://www.ubuntugeek.com/ubuntu-704-feisty-fawn-lamp-server-setup.html
Activate the root user by issuing the following from the console:
sudo passwd root
give root a password (?????????)
Statically configure the network interfaces
sudo pico /etc/network/interfaces
# The primary network interface (or what ever addresses/subnet you are using)
auto eth0
iface eth0 inet static
address 172.19.0.10
netmask 255.255.255.0
network 172.19.0.0
broadcast 172.19.0.255
gateway 172.19.0.1
sudo /etc/init.d/networking restart
sudo pico /etc/resolv.conf
search domain.com
nameserver xxx.xxx.xxx.xxx
Install the build-essentials and other packages
sudo apt-get install build-essential
sudo apt-get install libapache2-mod-perl2 php5-gd libxml-simple-perl libcompress-zlib-perl libdbi-perl libdbd-mysql-perl libapache-dbi-perl php-pear php5-dev libnet-ip-perl libnet-ssleay-perl snmp libapache2-mod-php5 php5-cli php5-common php5-cgi php5-mysql
Install the webmin interface using port 8888 using the following directions
http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html
Via Terminal/ssh (Windows can use PuTTY) login remotely to server
cd /var/www/
mkdir downloads
cd downloads
sudo wget
http://prdownloads.sourceforge.net/webadmin/webmin-1.520.tar.gz
wget
http://voxel.dl.sourceforge.net/sourceforge/webadmin/webmin-1.520.tar.gz
(alternative location)
tar -xzvf webmin-1.520.tar.gz
cd webmin-1.520
Run updates to server apt-get upgrade
Login to the webmin at
https://xxx.xxx.xxx.xxx:8888/
In the "Servers > MySQL" tab, create the following databases
glpi, nagios, ocsreports
Install the OCS-NG via console (
http://ubuntuforums.org/showthread.php?t=430702)
/etc/init.d/apache2 restart
cpan SOAP::Lite
select all defaults for cpan installation
select mirrors near you when asked
you will have to press enter and type "yes" when cpan is ready to install SOAP::Lite
use defaults for any questions asked
Install OCS (cd /var/www/)
wget
http://superb-west.dl.sourceforge.net/sourceforge/ocsinventory/OCSNG_LINUX_SERVER_1.01.tar.gz
Download and install GLPI to the web root: /var/www/
cd /var/www
wget
http://dionysus.fps.k12.me.us/G5Data/glpi-0.70.2.tar.gz
*I had downloaded the source prior to the site going down. This is my server and not the official GLPI location
*
chown -Rf root:www-data glpi
https://help.ubuntu.com/community/Nagios
https://help.ubuntu.com/community/Nagios3
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
http://del.icio.us/tbachner330/helpdesk?setcount=50
http://del.icio.us/tbachner330/ubuntu?setcount=50
- Install Ubuntu (server edition) selecting the following modules at install:
- Download iso from http://www.ubuntu.com/getubuntu/download
- Web, Mail, DNS, Samba
- username: (what you setup)
- password: (what you setup)
- URL: helpdesk.fps.k12.me.us
- IP: xxx.xxx.xxx.xxx
- The following url details how to install the server and then setup SSH (if not installed at setup)
- http://www.ubuntugeek.com/ubuntu-704-feisty-fawn-lamp-server-setup.html
- Activate the root user by issuing the following from the console:
- sudo passwd root
- give root a password (?????????)
- Statically configure the network interfaces
- sudo pico /etc/network/interfaces
- # The primary network interface (or what ever addresses/subnet you are using)
auto eth0- iface eth0 inet static
- address 172.19.0.10
- netmask 255.255.255.0
- network 172.19.0.0
- broadcast 172.19.0.255
- gateway 172.19.0.1
- sudo /etc/init.d/networking restart
- sudo pico /etc/resolv.conf
- search domain.com
nameserver xxx.xxx.xxx.xxxselect all defaults for cpan installation
select mirrors near you when asked
you will have to press enter and type "yes" when cpan is ready to install SOAP::Lite
use defaults for any questions asked