We are proud to announce three new formulae!
- ignition (More info here)
- ignition-edge@8.1.3
- ignition@8.1.3
How do I install these formulae?
To install these formulae, first tap our Homebrew tap:
brew tap coatl-dev/coatl-dev
And then, for ignition-edge@8.1.3
:
brew install ignition-edge@8.1.3
Or for ignition@8.1.3
:
brew install ignition@8.1.3
Or for ignition
:
brew install ignition
Or with one single command.
For ignition-edge@8.1.3
:
brew install coatl-dev/coatl-dev/ignition-edge@8.1.3
Or for ignition@8.1.3
:
brew install coatl-dev/coatl-dev/ignition@8.1.3
Or for ignition
:
brew install coatl-dev/coatl-dev/ignition
How do I start the Ignition Gateway?
Warning: Please make sure you don’t have another Ignition Gateway running on port 8088
. If you do, please stop it by running ignition@X.X.X stop
, ignition-edge@X.X.X stop
or ignition stop
.
Once installed, open a new Terminal window and run the following command:
ignition-edge@8.1.3 start
Or
ignition@8.1.3 start
Or
ignition start
Once the Service starts, you can go to http://localhost:8088/ to provision your Gateway.
How do I start Ignition automatically at login?
Run the following command:
brew services start coatl-dev/coatl-dev/ignition-edge@8.1.3
Or
brew services start coatl-dev/coatl-dev/ignition@8.1.3
Or
brew services start coatl-dev/coatl-dev/ignition
Discussions
If you run into any issue, feel free to post something at our Discussions.