... | ... | @@ -106,4 +106,14 @@ $ backend/cmd/stork-db-migrate/stork-db-migrate up |
|
|
7. Run the server: ```rake run_server```
|
|
|
8. (in another console) Run the UI frontend: ```rake serve_ui```
|
|
|
9. (in another console) Run the agent: ```rake run_agent```
|
|
|
10. Click add new machine, use localhost:8888. This will at the agent you ran in the step 9 above. |
|
|
\ No newline at end of file |
|
|
10. Click add new machine, use localhost:8888. This will at the agent you ran in the step 9 above.
|
|
|
|
|
|
## FreeBSD 12.1 installation
|
|
|
|
|
|
The following commands can be used to install Stork on FreeBSD. This procedure has been tried on 12.1-RELEASE-p3
|
|
|
|
|
|
1. pkg install rubygem-rake ruby
|
|
|
1. pkg install git
|
|
|
1. git clone https://gitlab.isc.org/isc-projects/stork.git
|
|
|
1. rake build_agent
|
|
|
``` |
|
|
\ No newline at end of file |