Date: Wed Feb 20 18:04:33 CET 2002
User: Dan Kalowsky
Directory: srm
Log Message:
[0.0x7
- Starting some corrections on the language, and structure
Modified files:
srm/HOWTO (version: 1.2)
[FILE: /srm/HOWTO]
--- srm/HOWTO:1.1 Tue Feb 19 14:46:31 2002 GMT
+++ srm/HOWTO Wed Feb 20 16:04:33 2002 GMT
@@ -16,28 +16,33 @@
2) ABOUT
- Well, this file is meant to help you installing vulcan-logic srm.
- Because of better Examples, the used config is not identical with the default SRM config.
- While writing this Document i assume that you have compiled PHP & Apache before, and this
- isnt your first install on a unix/linux system. If you dont, please read one or two documents
- explaining install of PHP before.
+ This file is designed to help you with installing Vulcan-Logic SRM.
+ Due to the examples, the active config file is not identical to the
+ default SRM config. While using this document it is assumed that
+ you have compiled PHP & Apache before, and this isn't your first
+ install on a unix/linux system. If this isn't true, please read one
+ or two documents explaining install of PHP before.
3) FILES
- In this example we use a very basic install of PHP & SRM, so you just need 3 Files:
+ This example uses a very basic install of PHP & SRM, requiring only
+ 3 Files:
+
- php-4.1.1.tar.gz
- srm-0.6.0.tar.gz
- srm-php-0.6.0.tar.gz
- those 3 files offcourse need to be extracted, easiest way for that is, assuming you have them in
- same directory:
+ These 3 files need to be extracted, the easiest way to accomplish this
+ would be to use the following commands (assuming you have them in same
+ directory):
tar -xzf php-4.1.1.tar.gz
- mv srm-php-0.6.0.tar.gz php-4.1.1; cd php-4.1.1; tar -xzf srm-php-0.6.0.tar.gz; cd ..
+ mv srm-php-0.6.0.tar.gz php-4.1.1; cd php-4.1.1; \
+ tar -xzf srm-php-0.6.0.tar.gz; cd ..
tar -xzvf srm-0.6.0.tar.gz
- HINT: if you have all tar.gz files in the same directory you may just copy and paste the 3 lines
- above.
+ HINT: If you have all the tar.gz files in the same directory, you may
+ just copy and paste the 3 lines above.
4) INSTALLATION
Received on Wed Feb 20 18:04:23 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 02:00:03 CET