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

dev environment #206

Open
arademaker opened this issue Feb 12, 2020 · 3 comments
Open

dev environment #206

arademaker opened this issue Feb 12, 2020 · 3 comments

Comments

@arademaker
Copy link
Member

Related to #189. We need a test/dev environment for testing changes before accept the PR in the cloud branch.

@hmuniz
Copy link
Contributor

hmuniz commented Feb 16, 2020

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

  • Create global variables that contain the index's name used by the application. at this time it is hardcoded. See:

    (getf (clesc:es/get "wn" "_doc" id) ':|_source|)))

  • Decide if the tests will be run locally or we should create a new cloud-foundry app that is constantly running a test environment

@arademaker
Copy link
Member Author

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.

@arademaker
Copy link
Member Author

This issue is all about a documentation on how to setup a local env for development

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

2 participants