DSL Ideas and Suggestions :: Sqliteweb



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

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.

Thanks, I will give it a try and let you know how it works out.

John712 :)

FYI,

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

Replace "sqlite3" with "sqlite"

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!

:)

Next Page...
original here.