From 8c8acc64069f2dde89ada76b947147068d894a98 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Oct 2016 17:27:21 +0200 Subject: [PATCH] Remove deprecated files --- build/live/Howto.txt | 74 -------------------------------------------- build/live/README | 7 ----- 2 files changed, 81 deletions(-) delete mode 100644 build/live/Howto.txt delete mode 100644 build/live/README diff --git a/build/live/Howto.txt b/build/live/Howto.txt deleted file mode 100644 index 0715645e308..00000000000 --- a/build/live/Howto.txt +++ /dev/null @@ -1,74 +0,0 @@ -Howto (English) -################################################## -Building a live CD/USB -################################################## - -This is all steps to follow to build a live CD/USB demo of Dolibarr using -SLAX distribution. - -1) Download SLAX (www.slax.org) as a zip file. - -2) Unzip file on a directory on any USB key with at least 512Mo free (even -if you want to build a CD live). - -3) Download following modules from SLAX web sites and put files -into the /slax/modules directory: -apr-1.2.12-i486-1.lzm -apr-util-1.2.12-i486-1.lzm -cairomm-1.4.8-i686.lzm -cli-ftp-pack.lzm -codecs-essential-20071007.lzm -firefox-2.0.0.14.lzm -ghostscript-8.62-i486-5.lzm -gimp-2.4.5-i486-1sl.lzm -gparted-0.3.7-i486-1as.lzm -grsync.lzm -httpd-2.2.8-i486-1.lzm -libsigc++-2.0.18-i686.lzm -mysql-5.0.51b-i486-1.lzm -php-5.2.6-i486-1.lzm -printmodule-s6.lzm -Save_by_Pastrugno-0.1.lzm -telnet-1.5.lzm - -4) Copy dolibarr files into path -\slax\changes\var\www\htdocs\dolibarr - -5) Run the script -> /boot/bootinst.bat -or -> /boot/bootinst.sh -and answer yes to overwrite the MBR of the disk of your USB key. - -6) Boot on USB key (Change your BIOS setup if required). - -7) After boot, run the script -> mysql_install_db --user=mysql -This will create mysql empty system database. - -8) Edit the file /etc/httpd/httpd.conf to uncomment the line -with PHP activation. -Include /etc/httpd/mod_php.conf - -9) Edit \slax\changes\etc\httpd\php.ini file to disabled features where librairies does not -exists. You can comment lines: -;extension=gd.so -;extension=mhash.so -;extension=snmp.so - -10) Personalized your desktop. -Add a link to application -"firefox http://localhost/dolibarr/htdocs/index.php" -Add a link to application -"/var/www/htdocs/dolibarr/dev/initdemo/initdemo.sh" -Add a link to application -"/var/www/htdocs/dolibarr/dev/initdemo/removedemo.sh" - -11) Reboot again on your USB key. - -12) Now you can run Dolibarr install process -http://localhost/dolibarr/htdocs/install/index.php -or copy USB key content to build another one quickly. -or build a CD with command (TODO). - - diff --git a/build/live/README b/build/live/README deleted file mode 100644 index a279878d521..00000000000 --- a/build/live/README +++ /dev/null @@ -1,7 +0,0 @@ -README (English) -################################################## -Building a live CD/USB -################################################## - -This directory contains files and docs used to build -a live CD or USB demo of Dolibarr. \ No newline at end of file