Skip to content

Commit

Permalink
Merge pull request #1661 from Fryguy/kill_spartan
Browse files Browse the repository at this point in the history
Remove MIQ_SPARTAN in favor of Foreman
  • Loading branch information
jrafanie committed Aug 3, 2020
2 parents fe9e913 + b432a9d commit 5b43b35
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,12 @@ yarn
### Development

- From the `manageiq` directory, start the ManageIQ application to initiate the server listening on
http://localhost:3000 order and serve up the REST API.
Either one of the following commands can be used.
```
bin/rails s
```
```
MIQ_SPARTAN=minimal rake evm:start
```
:point_up: (websockets may not work correctly)
http://localhost:3000 .

- From the `manageiq-ui-service` directory, start the development version of
the service UI, which will initiate the UI listening on _http://localhost:3001_, and talking to the REST API at
_http://[::1]:3000_. This command will also open a browser page to _http://localhost:3001/login_.

```
yarn start
```
Expand Down

0 comments on commit 5b43b35

Please sign in to comment.