Skip to content

Commit

Permalink
Updated Fuxa and testing Github Actions devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niedermaier committed Feb 29, 2024
1 parent 2b1d568 commit e78c58d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/devContainer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: devContainer

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
tests:
name: Run devcontainer test
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v3

- name: "Create environment files"
run: |
./.devcontainer/prepare-env.sh
- name: run tests
uses: devcontainers/ci@v0.3
with:
runCmd: software/build.sh
16 changes: 15 additions & 1 deletion software/FUXA/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Usage

## Install FUXA

FUXA is running on port 1881.

## Users

| Name | Password | Description |
| ----------- | ----------- | ------------------------------------- |
| viewer | viewer | This user can only view all views |
| operator | operator | This user can controll the system |
| admin | admin | The admin can make changes on the HMI |


## Install FUXA (optional without docker)
The following steps are not necessary, as the installation script installs FUXA already in a docker container.
### Increase SWAP file size
Temporarily Stop Swap:
```sh
Expand Down
2 changes: 1 addition & 1 deletion software/FUXA/fuxa-project.json

Large diffs are not rendered by default.

0 comments on commit e78c58d

Please sign in to comment.