~> App
Version
~> sqlite-web
Description
Install (execute in workspace terminal)
wrk install sqlite-web==0.4.1
Remarks and hints
This app will create folder `/home/project/sqlite` with Sqlite database file `/home/project/sqlite/db.sqlite`. This slqite database file will power the WEB UI.
If you need to run WEB UI for another sqlite database file, execute
>> sqlite_web <path-to-your-sqlite-db-file> --host 0.0.0.0 --port 8030 --no-browser
And open 'My app on port 8030' (My apps page)
If you need to run WEB UI for another sqlite database file, execute
>> sqlite_web <path-to-your-sqlite-db-file> --host 0.0.0.0 --port 8030 --no-browser
And open 'My app on port 8030' (My apps page)
Scripts
# Istall script # Start scriptUI
// App port: 18038
!= Workspace compatibility
alnoda-workspace
compatible versions
2.*
alnoda-workspace
compatible versions
1.*
!= App compatibility
SQLite
(app code: sqlite)requires
any version