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

Add how to develop section in the Readme #372

Open
kaiomagalhaes opened this issue Jul 22, 2021 · 0 comments
Open

Add how to develop section in the Readme #372

kaiomagalhaes opened this issue Jul 22, 2021 · 0 comments

Comments

@kaiomagalhaes
Copy link
Contributor

kaiomagalhaes commented Jul 22, 2021

  1. export VERSION={your own descriptive release name} i.e. export VERSION=edlocaldev
  2. make release (creates a release for you through GitHub actions. Give it a few minutes, can check the progress on GitHub.)
  3. convox rack update {release name} -r {local rack name} i.e convox rack update edlocaldev -r dev
  4. export IMAGE=convox/convox:{release name} && export RACK={rack name} i.e. export IMAGE=convox/convox:edlocaldev && export RACK=dev
  5. Make local code changes
  6. make dev (builds your updated code, pushes the image, restarts your local Rack components
  7. Check and test your Rack for your updates. Go to 5 and repeat as necessary.
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

No branches or pull requests

1 participant