-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Song Server] - Development Environment Setup #21
Labels
documentation
Improvements or additions to documentation
Comments
Open
MitchellShiell
changed the title
[Song Standalone Setup] - Build Error
[Song Server] - Development Environment Setup
Oct 1, 2024
Build ErrorSummary
DetailsWhen running the build command I get the following logs
...
|
Solution to Build IssueMake sure you are using JDK11 and Maven3
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Using this thread to track issues as I troubleshoot through the maestro development environment setup
All details and solutions will be outlined in the comments below
Setup Steps
These will be updated as we solve common issues
1. Set up complementary services
git clone -b conductor https://github.com/overture-stack/composer.git cd composer
2. Run the conductor for Songs dev environment, this command will set up all complementary services for Song development.
3. Clone Song
git clone https://github.com/overture-stack/song.git cd song
4. Update the application.yaml as documented here
5. Run the server with the following profiles
The text was updated successfully, but these errors were encountered: