-
Notifications
You must be signed in to change notification settings - Fork 42
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
Check if the bootstrap instructions still work #31
Comments
I cloned a fresh project, created a Postgres database, ran through the Bootstrap instructions, verified that db-setup populated the database, and I can't get it to work. What am I missing? Console output from
Here is the npm log file:
|
@dbvrac you need to have a local Redis instance running as well |
Because of this it's much easier to get the project running on docker. If you have Docker and clone https://github.com/elastic/apm-integration-testing and run the following command you should be up and running:
|
The bootstrap instructions in the README are very old and have not been tested for ages. We should consider if we should just remove them and add notes to the docs about how to run this with Docker instead maybe
The text was updated successfully, but these errors were encountered: