Sqliteweb


Forum: DSL Ideas and Suggestions
Topic: Sqliteweb
started by: john712

Posted by john712 on Feb. 11 2006,13:09
I've been looking around this forum and on the net for a small GUI to manage SQLite on DSL. Doing things in SQLite from the command line is ok, but a nice GUI would be fantastico!

I found < sqliteweb >

It appears that it would be a perfect fit with DSL since it is one small sqliteweb.sh file. I'd like to know how this could be configured to work. The trouble is, I'm not savvy enough yet with DSL to do it on my own.

:)  john712

Posted by cbagger01 on Feb. 11 2006,22:52
You can try the "Upgrade to GNU Utils" or you can install coreutils from the repository.

Then download the script and change it to be executable:

chmod 755 sqliteweb.sh

and then run it:

./sqliteweb.sh

Hopefully, it will work.

If so, depending on the size it could be a nice addition to DSL. Shell scripts are usually HIGHLY compressible, so they will become even smaller when they are rolled into the compressed file system.

Posted by john712 on Feb. 12 2006,02:13
Thanks, I will give it a try and let you know how it works out.

John712 :)

Posted by cbagger01 on Feb. 13 2006,17:38
FYI,

You will need to edit the sqlite path in the configuration file.

Replace "sqlite3" with "sqlite"

Posted by john712 on Feb. 13 2006,21:09
Hi,

I changed it to point to sqlite. The applicaton starts when run as localhost from Monkeys cgi-bin.
However if I click on any of the three hyrerlinks Home, Browse, Create, I get a server error. I'm lost, I can't get it to run properly :(

Oh well, it's on to bigger and better things!

:)

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.