Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bin/dev to start the application #2455

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Use bin/dev to start the application #2455

merged 1 commit into from
Apr 25, 2024

Conversation

smaboshe
Copy link
Contributor

Previously, we used foreman start to start the local application server. This did not give us a smooth experience if foreman was not already installed.

This commit adds bin/dev to start the local application. bin/dev has become a convention. The script checks for foreman and installs it if it is not already available.

@smaboshe smaboshe self-assigned this Apr 23, 2024
Previously, we used `foreman start` to start the local application
server. This did not give us a smooth experience if `foreman` was not
already installed.

This commit adds `bin/dev` to start the local application. `bin/dev` has
become a convention. The script checks for `foreman` and installs it if
it is not already available.
@smaboshe smaboshe merged commit aade185 into main Apr 25, 2024
1 check passed
@smaboshe smaboshe deleted the smaboshe-add-bin-dev branch April 25, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant