Conversation
91802f5 to
581f946
Compare
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
b16807e to
0245dfc
Compare
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
0d33c96 to
52ed655
Compare
leonardocarreras
left a comment
There was a problem hiding this comment.
Hi @stv0g! Looks nice, I think there are just few comments that you might want to think about.
| - [Pre-compiled standalone binaries](#standalone) | ||
| - [Pre-compiled RPM package](#rpm) | ||
| - [Docker image](https://git.rwth-aachen.de/acs/public/villas/node/container_registry) | ||
| - [Container image](https://github.com/VILLASframework/node/pkgs/container/villas%2Fnode) |
There was a problem hiding this comment.
https://github.com/VILLASframework/node/pkgs/container/node ? depends on VILLASframework/node#1037
|
|
||
| ```shell | ||
| docker run --privileged registry.git.rwth-aachen.de/acs/public/villas/node | ||
| docker run --privileged rghcr.io/villasframework/villas/node |
There was a problem hiding this comment.
ghcr.io/villasframework/node ?
|
|
||
| ```shell | ||
| docker run --volume /path/to/my/local.conf:/config.conf --privileged registry.git.rwth-aachen.de/acs/public/villas/node node /config.conf | ||
| docker run --volume /path/to/my/local.conf:/config.conf --privileged ghcr.io/villasframework/villas/node node /config.conf |
There was a problem hiding this comment.
ghcr.io/villasframework/node ?
| --workdir /documentation \ | ||
| $(DOCKER_IMAGE):$(DOCKER_TAG)-dev | ||
|
|
||
| deploy: |
There was a problem hiding this comment.
how are we going to deploy it now to fein?
There was a problem hiding this comment.
Its only going to be deployed to GitHub pages. We then update the DNS-CNAME record of villas.fein-aachen.org to point to the GitHub servers.
@leonardocarreras @al3xa23 Could you take care of this? I believe Stefan Lankes has the credentials to the Hosteurope customer interface where those settings can be changed.
| pages: write | ||
| id-token: write | ||
|
|
||
| steps: |
There was a problem hiding this comment.
does this make the fein website to take it automatically? an example from DPsim
There was a problem hiding this comment.
See above. We only would deploy to GitHub pages.
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
Changes
apinode type documentation #139)