Details from creating a new product data server#21
Draft
christoph-maurer wants to merge 17 commits into
Draft
Conversation
This was referenced Mar 16, 2026
2db934d to
935b64b
Compare
d9550b8 to
791e55d
Compare
``` cloud@test01-database:/app/machine$ chmod 600 /app/data/.env chmod: cannot access '/app/data/.env': No such file or directory ```
``` cloud@test01-database:~/machine$ ./tools.mk scan tools.mk:4: .env: No such file or directory make: *** No rule to make target '.env'. Stop. ```
97cda0e to
ea9ba27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have created the new product data servers test01-metabase and test01-database on Fraunhofer Cloud. This pull request contains proposals which are either outdated, wrong or helpful. The next time when I create a product data server, I will check what is helpful and worth to be merged.
There are the corresponding pull requests building-envelope-data/database#89 and building-envelope-data/metabase#246 .
I need to wait with
./init-tls.shfor ISE IT, becausedo not all return 192.102.154.234 .
Probably outdated questions regarding deployment:
./init-tls.sh, I didn't have permission to access docker. Instead ofsudo ./init-tls.sh, I should probably usesudo usermod -aG docker "$USER", right?sudo chown -R "$USER":"$USER" ./certbot chmod -R 755 ./certbot chmod -R 700 ./certbot/conf/accounts ./certbot/logs, too?