You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assumes that PHP and Composer is already installed. To install the command do:
9
+
- Open the terminal and run `composer global require webteractive/devstack`. This will install a CLI command `devstack`.
10
+
- Set the configuration by running `devstack config`. This command will ask the `repository`, `branch`, and `token`.
11
+
- Once the configuration is set, you can now initialize the EN runtimes. Just run `devstack init <runtime>`. The `<runtime>` can be `aac`, `eepower`, and `control` so to load up AllAboutCircuits runtime, all you have to do is do `devstack init aac`.
0 commit comments