Hello people! I have a quick question and also some more serious questions later, in separate threads. I have some low power boxes up and running (a NUC and some RK3588 linux boxes). The Linux boxes have Apache2 and Node installed.
-
What would it take to to deploy my NodeJS+SQLite Wappler project on these boxed? Is it a matter of copying the project folder to the Apache2 /www folder on the Linux box? Will mixing Apache2 with Node work at all?
-
If Linux is a bridge too far I also have a Intel NUC with windows and WAMP
The below part contains no questions, but a progress report
- Figured out CRUD with modals, beautiful results
- Implemented CRUD for 6 linked tables
- Figured out I can use joins to combine more tables in one Listview, pardon table
- Figured out how to populate dropdown boxes, pardon selects, with tables, with the id/name/selected stuff. Works nicely!
- Figured out how to put contract text in a tiny rich editor component (one of the two couldn't get working, the other works) all nicely integrated in CRUD
- Figured out the mailer and got it working
To do:
- contracts CRUD page
- Signature component
- Figure out how to mail the signed contract as PDF attachment. Ideally the signed contract text in one attachment.
Data model:
Contract
--> User
--> Laptop
--> TextCode
Laptop
--> Screensize
--> Brand
Makes for 6 tables.
Thanks for your pointers so far they have been very helpful!
Bas