Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chronolog deployment #267

Open
EnekoGonzalez3 opened this issue Feb 21, 2025 · 1 comment
Open

Fix chronolog deployment #267

EnekoGonzalez3 opened this issue Feb 21, 2025 · 1 comment
Assignees
Milestone

Comments

@EnekoGonzalez3
Copy link
Contributor

During the creation of ChronoLog's Docker image, many issues have been identified on the deployment of chronolog:

  1. build.sh tries to activate spack environment in the incorrect directory.
  2. Player deployment present errors with port management and deploying multiple instances.
  3. build.sh uses an incorrect parameter for the configuration of the installation folder.
  4. Script is able to identify some critical errors, but the management of those is not properly done, as it reports completion of steps with critical errors.
  5. help menu should be improved to facilitate the user experience: For example by adding value types.
@fkengun
Copy link
Contributor

fkengun commented Feb 21, 2025

The environment variable USER is not set in Docker by default. Better to use something like whoami to get username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants