23 lines
521 B
Markdown
23 lines
521 B
Markdown
# lst
|
|
|
|
Logistics support tool - the place where the support happens.
|
|
|
|
In this version we will have better error handling and type contorl along with a better way to contribute to the tool :D
|
|
|
|
build process will be
|
|
|
|
- remove dist, fontend dist, lstDocs build.
|
|
- build lstDocs, frontend, app, wrapper
|
|
- zip everything up
|
|
- add to release
|
|
|
|
deploy process
|
|
|
|
- download all files from release
|
|
- stop iis, and service
|
|
- extract all files
|
|
- run updates
|
|
- run db migrations
|
|
- start service up
|
|
- start iis up
|