inventree / inventree-website

The official website for InvenTree - The Open Source Inventory System
https://inventree.org
Other
3 stars 12 forks source link

Add AppJail to Deploy section #176

Closed DtxdF closed 11 months ago

DtxdF commented 11 months ago

Hi,

I have created an AppJail Makejail (text file similar to a Dockerfile) to automate the installation and deployment of InvenTree on FreeBSD systems. This is how I use InvenTree on my server.

netlify[bot] commented 11 months ago

Deploy Preview for inventree-org-preview ready!

Name Link
Latest commit 8c1d1b1cbc94ae2e9dec5f830bc097f99c256468
Latest deploy log https://app.netlify.com/sites/inventree-org-preview/deploys/655ce4c3bc02ac00082da281
Deploy Preview https://deploy-preview-176--inventree-org-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 99 (no change from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (no change from production)
SEO: 75 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

matmair commented 11 months ago

Hi there @DtxdF! I checked the Makejail and it looks good, very true to our normal docs. Could you put a warning in the paragraph about SQLite that the project discourages using SQLite for any production use? This is due to limitations to 1 concurrent write connection, making API and workers nearly unusable.

matmair commented 11 months ago

This should also be included in the install docs - which can be found in InvenTree/InvenTree under docs/docs

DtxdF commented 11 months ago

Hi there @DtxdF! I checked the Makejail and it looks good, very true to our normal docs. Could you put a warning in the paragraph about SQLite that the project discourages using SQLite for any production use? This is due to limitations to 1 concurrent write connection, making API and workers nearly unusable.

Done, thanks for that!

This should also be included in the install docs - which can be found in InvenTree/InvenTree under docs/docs

No problem, I will make those changes as soon as possible. Thanks!