-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Improve the vagrant flow #1043
Improve the vagrant flow #1043
Conversation
We dont have any images in recruitingdev yet
The team decided to leave the artifacts in Circle and have another pipeline which will pull the artifacts from Circle into Go.
We are using redash's circle script which includes testing
This reverts commit 1f8b9f2.
Because some dependencies were missing and we dont really need everything in the file...just pymongo Also removed unneeded files, reverted circle.yml to as it is on redash, so it doesnt show in the PR diff
Looks like you need to rebase with updated master. |
``vagrant up``. This might take some time the first time you run it, | ||
3. Change dir into the repository (``cd redash``) | ||
4a. To execute tests, run ``./run_tests.sh`` | ||
4b. To run the app, run ``./run_redash_locally.sh``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notice the docs mention the old scripts and not vagrant_ctl
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. Good catch!
We dont have any images in recruitingdev yet
The team decided to leave the artifacts in Circle and have another pipeline which will pull the artifacts from Circle into Go.
We are using redash's circle script which includes testing
This reverts commit 1f8b9f2.
Because some dependencies were missing and we dont really need everything in the file...just pymongo Also removed unneeded files, reverted circle.yml to as it is on redash, so it doesnt show in the PR diff
@arikfr Please hold off on this pr for a while. We are trying to work on our team git/redash work flow. |
This pr allows a user to run redash locally or test without having to run any manual steps, except the run command itself. We also updated the docs to include this change.
To run locally, run ./bin/vagrant_ctl.sh start
To test, ./bin/vagrant_ctl.sh test