docs(iis setup): added instructions on iis setup

This commit is contained in:
2025-09-03 19:29:26 -05:00
parent 9ea1e04472
commit 1dd04b8320
8 changed files with 87 additions and 0 deletions

View File

@@ -30,6 +30,19 @@ Get the latest build **From Azure**.
- [Postgres](https://www.postgresql.org/download/);
- This is the DB of choice.
## Other Items
### Firewall rules
If you will be using lst app on a tablet or scanner you will need to have 443 open
please request this from IT
- Logistics network as the source
- Alpla prod server ip as the destination
- ports to open
- 443 # to access via https://
- 3000 # This is in case you need to go direct to the app utlizing an ip:port
## Creating the app
Create a new directory where all you will host the app recommeneded
@@ -52,6 +65,7 @@ LST/
│ ├── main.js
├── frontend/
│ ├── dist # Frontend app
│ ├── public
├── lstDocs/
│ ├── build # Docs on the entire app
├── lstWrapper/
@@ -67,6 +81,11 @@ LST/
├── package-lock.json
├── README.md
├── CHANGELOG.md
├── Dockerfile
├── docker-compose.yml
├── drizzle.config.ts
├── migrations # for all the db migrations
├── LICENSE
```
## Doing the intial setup