Skip to content

Commit

Permalink
Merge pull request #506 from mahantidinesh7/master
Browse files Browse the repository at this point in the history
Add steps to do refresh on provider in main developer_setup.md
  • Loading branch information
kbrock authored May 25, 2023
2 parents 74071bc + 312e298 commit 97fbda3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ bundle exec rails server
The web UI should now be available at `http://localhost:3000`. The default username is `admin` and the default password is `smartvm`. If you can login, then everything is working! Press Ctrl-C to stop the Rails server.
Note that in this runtime mode we are only verifying that the components are installed correctly. However, individual workers are not running, so actions that require asynchronous handling will appear to hang forever. To run the application complete with all workers, you can start with `bundle exec rails evm:start` and stop with `bundle exec rails evm:stop`. Otherwise, read ahead to learn about running individual workers during development.
ManageIQ runs a lot of work asynchronously via background queue workers, to simulate this we recommend running:
```bash
bundle exec rails console
simulate_queue_worker
```
## Further Reading
Expand Down

0 comments on commit 97fbda3

Please sign in to comment.