README updated
This commit is contained in:
parent
cec4023d04
commit
c20a6c41b2
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -65,13 +65,16 @@ APS model viewer implementation for marketing purposes.
|
|||
<!-- GETTING STARTED -->
|
||||
## Getting Started
|
||||
|
||||
To get the latest compiled version, go to: [Github Releases](https://github.com/grunergroup/gTT_APSwebViewer/releases)
|
||||
The Viewer is setup to be deployed with docker. Nevertheless it can be run standalone by installing nodejs on the target machine.
|
||||
If standalone, only the `.env` has to be created and populated. All other steps can be skipped.
|
||||
|
||||
## Setup procedure for dmzlxv09.dmz.gruner.ch aka webapps.gruner.ch
|
||||
|
||||
### Docker Setup
|
||||
- clone the Repo
|
||||
- Create a _.env_ file in the project folder, and populae it with the snippet below,
|
||||
replacing `<client-id>` and `<client-secret>` with your APS Client ID and Client Secret:
|
||||
- Create a _.env_ file in the project folder (from .env_sample), and populae it with the snippet below,
|
||||
replacing `<client-id>` and `<client-secret>` with your APS Client ID and Client Secret
|
||||
- upload the model via [OSS Manager](https://oss-manager.autodesk.io/) and insert the filename of the model `presetModel= `
|
||||
|
||||
```bash
|
||||
APS_CLIENT_ID=<INSERT ID>
|
||||
|
@ -90,7 +93,7 @@ presetModel=BPZ_00_GRU_SIT_STR_MOD_EXI_Powerhouse.rvt # Insert filename of the m
|
|||
|
||||
- edit the
|
||||
- Run the application, `docker compose up -d` in terminal
|
||||
- Open http://localhost:8080
|
||||
- Open http://localhost:808X
|
||||
|
||||
|
||||
### NGINX Setup
|
||||
|
|
Loading…
Reference in a new issue