Drawer readme

From Cng1wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
The php script Drawer needs the following packages:
The php script Drawer needs the following packages:
-
* A web server 'apache' with 'php' (at least version 4),
+
* A web server '''apache''' with '''php''' (at least version 4);
-
* 'Imagemagick' package  
+
* '''Imagemagick''' package;
-
* 'Gnuplot'
+
* '''Gnuplot''' package;
-
* 'Perl'
+
* '''Perl''' package.
 +
Copy all files of drawer in a new apache subdirectory. Change the rights of all files to 755:
 +
    chmod -r 755 ./*
 +
Create two new subdirectories '''simulations''' and '''tmp'''.
 +
The former contains a subdirectory for each simulative champaign the latter is only a temporary directory for storage.

Revision as of 11:22, 27 January 2009

The php script Drawer needs the following packages:

  • A web server apache with php (at least version 4);
  • Imagemagick package;
  • Gnuplot package;
  • Perl package.

Copy all files of drawer in a new apache subdirectory. Change the rights of all files to 755:

    chmod -r 755 ./*

Create two new subdirectories simulations and tmp. The former contains a subdirectory for each simulative champaign the latter is only a temporary directory for storage.

Personal tools