We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #189. We need a test/dev environment for testing changes before accept the PR in the cloud branch.
cloud
The text was updated successfully, but these errors were encountered:
To create a new test/dev environment we need to:
Create clones from the current indexes, maybe the name of this new ones should contain a prefix like test or dev. More info
test
dev
Create global variables that contain the index's name used by the application. at this time it is hardcoded. See:
cl-wnbrowser/backend.lisp
Line 106 in 33a651e
Decide if the tests will be run locally or we should create a new cloud-foundry app that is constantly running a test environment
Sorry, something went wrong.
I need a dev environment. A test environment can be also useful, but this is not a priority now. For me, dev means working locally.
This issue is all about a documentation on how to setup a local env for development
No branches or pull requests
Related to #189. We need a test/dev environment for testing changes before accept the PR in the
cloud
branch.The text was updated successfully, but these errors were encountered: