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

Refactor initial walkthrough #202

Open
bburns opened this issue Dec 16, 2022 · 0 comments
Open

Refactor initial walkthrough #202

bburns opened this issue Dec 16, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@bburns
Copy link
Contributor

bburns commented Dec 16, 2022

First create env config

TODO: Is .env creation enough? I think it is not, as the setups/example/ folder contains much more files. We might need to use l99 init first to _create a new setup folder`.

TODO: Is there a way to use some pre-created config to run some simulated machines and use the MTConnect data provided by Mazak? That would be nice to use as default example, as the current setups/example is blank (no machines are monitored) without adding some.

$repo_root/setups/example/.env

Load example env config

PATH="$PATH:$repo_root/shell" L99_HOME="$repo_root" L99_SETUP='' l99 use example

Build the Docker containers using Docker compose

PATH="$PATH:$repo_root/shell" L99_HOME="$repo_root" L99_SETUP='' l99 start

Check the status of Docker services

PATH="$PATH:$repo_root/shell" L99_HOME="$repo_root" L99_SETUP='' l99 status

@tukusejssirs tukusejssirs added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 16, 2022
@tukusejssirs tukusejssirs changed the title docs - refactor initial walkthrough Refactor initial walkthrough Dec 22, 2022
@ottobolyos ottobolyos assigned ottobolyos and unassigned tukusejssirs Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants