Forum archive
TKLPatch: LASP Stack
Location: see attached file
Intended for: TKL Core
Generated ISO: 130mb
Description: Linux, Apache, Sqlite, PHP
Like LAMP and LAPP, but this time it includes Sqlite along with a Sqlite management interface. It's a lightweight alternative when a full blown sql server is not required.
Default accounts:
Administrator: admin/admin
Data Manager: data/data
User: guest/guest
To create a new database: Enter a database name, select version 3, then enter a filename into the path field. The databse file is automatically saved to /srv/sqlite/
This appliance currently uses SQLite Manager, which was the best web-based interface I found in the little searching that I did. If anyone knows of something better, please let me know and I will try to replace it.
I like the LASP idea, a couple of questions:
Is it possible to:
SQLite is great for development, but I don't think its a very good solution for production systems though... Any thoughts?