Deprecated: Assigning the return value of new by reference is deprecated in /var/www/ud02_38/html/dokuwiki.en/inc/parserutils.php on line 159 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/ud02_38/html/dokuwiki.en/inc/parserutils.php on line 162 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/ud02_38/html/dokuwiki.en/inc/parserutils.php on line 293 Deprecated: Function split() is deprecated in /var/www/ud02_38/html/dokuwiki.en/inc/auth.php on line 103 Deprecated: Function split() is deprecated in /var/www/ud02_38/html/dokuwiki.en/inc/common.php on line 737 intradisk:manuals:lampserver [Intradisk Forum]
 

Intradisk - Manuals (MAN)

Installation of own Applications and LAMP-Server configuration

The intradisk LAMP-Server is a fully configurable standalone system that is preconfigured for most needs of autonome webserver installations and running out of the “box”. It can be very easily extended with an individual unlimited count applications that are offered by the worlds OpenSource community. Its specially designed to very easy setup a full webserver hosting everything like e.g websites, webshops, wikis, FTP-Filedownloads, content management interfaces, dokumentation, MySQL-Databases, Webcalendars, Adressdatabases.... which are simply installed by unzipping the appropriate file into the “DocumentRoot-Directory” of your LAMP-Server.

The main advantage of this XAMP/LAMP Plattform is the independency of the underlying Hardwarearchitecture

Installation of the preconfigured LAMP-Server Chroot-Filesystem

The LAMP-Server is started over the common automated user boot process which is executed at the end of the devices boot process. This is a fully free configurable interface to run everything you ever like to be executed independent if you like to insert own driver modules or any other services.

  • Format your disk with the most possible Size (4GB - 8GB) for the Boot-Partiiton where the LAMP-Chroot-Environment will reside. Bigger Sizes give you more flexibility
  • logg in as root e.g. using the commandline from your windows PC
  start->execute->cmd.exe, then type in  "telnet root@nasdrive"
  • create a directory in the bootpartion with the complete path “/boot/rootfs”
  mkdir /boot/rootfs
  • Copy the LAMP applications archive to your Intradisks “/export/” share using your Windows network environment or FTP
  • run the self extrakting lamp archive for installation using the following commands:
  cd /boot/rootfs
  ./rootfs.lamp.tar
  • fill in your uboot key into /etc/cfg_user/uboot (user boot), make shure the owner is root.root and press “Make Changes Permanent” to save your configuration
  chown root.root /etc/cfg_user/uboot
  • remove the uboot blocking file /boot/var/lock/uboot and test the proper LAMP-installation by running /etc/init.d/rc_uboot directly from the shell

 For safe automatic execution of your own boot skripts make shure that every missbehaviour of own skripts is leading to a return value of not equal to “0” in the automatic executed /etc/init.d/rcS script. If this returnvalue is 1 the blocking file /var/lock/uboot won’t be removed and uboot will not be executed anymore after the next reboot.

 
intradisk/manuals/lampserver.txt · Last modified: 2006/10/13 20:44 by markus
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki