2009-09-20 09:28:36 +00:00
|
|
|
SemanticScuttle installation
|
|
|
|
============================
|
|
|
|
|
2009-10-23 16:55:48 +00:00
|
|
|
|
|
|
|
Prerequisites
|
|
|
|
-------------
|
|
|
|
To run SemanticScuttle, you need:
|
|
|
|
- PHP5
|
|
|
|
- A web server, for example Apache
|
|
|
|
|
|
|
|
|
|
|
|
Installation instructions
|
|
|
|
-------------------------
|
2009-09-20 09:28:36 +00:00
|
|
|
1. Create a new MySQL database
|
|
|
|
2. Import tables.sql into that database, i.e.
|
|
|
|
run
|
2009-11-10 17:55:43 +00:00
|
|
|
> mysql -umyusername semanticscuttle < data/tables.sql
|
2009-09-20 09:28:36 +00:00
|
|
|
on the shell ("semanticscuttle" being the database name)
|
2009-11-10 17:50:25 +00:00
|
|
|
3. Copy data/config.php.dist to data/config.php and modify it as
|
2009-09-20 09:28:36 +00:00
|
|
|
necessary.
|
|
|
|
4. Make the cache directory writable by your web server.
|
|
|
|
For example, run
|
|
|
|
> chmod 0777 cache
|
|
|
|
on the shell.
|
2009-11-10 17:50:25 +00:00
|
|
|
5. Set the www/ directory as document root in your web server.
|