3bbf5f3c55
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@394 b3834d28-1941-0410-a4f8-b48e95affb8f
25 lines
608 B
Plaintext
25 lines
608 B
Plaintext
SemanticScuttle installation
|
|
============================
|
|
|
|
|
|
Prerequisites
|
|
-------------
|
|
To run SemanticScuttle, you need:
|
|
- PHP5
|
|
- A web server, for example Apache
|
|
|
|
|
|
Installation instructions
|
|
-------------------------
|
|
1. Create a new MySQL database
|
|
2. Import tables.sql into that database, i.e.
|
|
run
|
|
> mysql -umyusername semanticscuttle < tables.sql
|
|
on the shell ("semanticscuttle" being the database name)
|
|
3. Copy config.inc.php.dist to config.inc.php and modify it as
|
|
necessary.
|
|
4. Make the cache directory writable by your web server.
|
|
For example, run
|
|
> chmod 0777 cache
|
|
on the shell.
|