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

Information gathering #4

Open
tgraupne opened this issue Aug 5, 2017 · 1 comment
Open

Information gathering #4

tgraupne opened this issue Aug 5, 2017 · 1 comment

Comments

@tgraupne
Copy link
Member

tgraupne commented Aug 5, 2017

  • what is necessary for a complete local tech stack-setup?
  • how are the single apps of the stack are configured?
  • etc. ...
@florianschmidt1994
Copy link
Member

Dump of what I have already written down in my notes for backend

  1. Clone Backend from https://github.com/BreakOutEvent/breakout-backend
  2. Install Docker
  3. Start Database with the following script: ./local-dev-env/local-dev-env-start.sh (This starts a new docker container)
  4. Get mock database or production database dump from a team member
  5. Import data with config 127.0.0.1, username root, password root database password port 3306
  6. Run backend with SPRING_PROFILES_ACTIVE=floriandev ./gradlew bootRun
  7. Application is running if you see
    2017-08-06 21:06:09.145 INFO 72562 --- [ main] backend.Application$Companion : Started Application.Companion in 24.799 seconds (JVM running for 25.413)
  8. Check if it’s running in your browser at localhost:8088

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