donaldsteele / magnetico-php

php 7 web front in for the magnetico (go-rewrite) database.
MIT License
3 stars 0 forks source link

need documentation or how to install #1

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I have setup apache and magneticod go-rewrite. I can access the magnetico-php in my web browser but can't access any magnets. (the search doesn't do anything).

If I run magneticow it works but not magnetico-php.

Do I need to specify magnetico-php where is my database ? If yes how to do it ?

donaldsteele commented 6 years ago

i will update the read me but if you edit service.php at the bottom you will see a line

$service = new \classes\service_handler(new \classes\db\sqlite('../database-bak.sqlite3'));

change that to be your database path location.