Title: @1 Graph Generator: Script installation Steps of installing the script.
I N S T A L L A T I O N
-----------------------
1. Unzip all files and upload it into your webserver.
2. Configure the variables in init.php.
3. Chmod directory /graphgen/admin/tmp to 777.
4. Create a directory outside your ROOT and name it "graphgen". Chmod to 777.
The directory location should be specified in $password_path (in the file
init.php).
5. Upload admin.pwd to "graphgen" in Step 4 above. Chmod to 777.
6. Run install.php from your browser. This will create 2 tables in your MySQL
database, namely "graph_firms" and "graph_values".
7. From your browser, enter the admin interface at /graphgen/admin/
Default user: admin
Default password: password
8. If everything is OK, delete install.php.
9. Create your own templates (as many as you like) and upload them to
/graphgen/templates. Remember to place a +++ anchor mark in the templates.
The anchor mark will be replaced by the graph generated.
Script is ready to use.
V I E W I N G G R A P H S
---------------------------
Point your browser to:
graphgen/view.php?firm=X .... show current year.
or
graphgen/view.php?firm=X&graph_year=YYYY .... show YYYY year.
where X is the graph ID (click "Home" on left panel in admin mode to view ID)
and YYYY is the year.
Please do not forget to change password for admin.
Powered by Document Publisher |