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

Add Elastic Beanstalk deployment #74

Open
alexanderdean opened this issue Jul 29, 2015 · 1 comment
Open

Add Elastic Beanstalk deployment #74

alexanderdean opened this issue Jul 29, 2015 · 1 comment
Milestone

Comments

@alexanderdean
Copy link
Member

Can copy Schema Guru's

@alexanderdean alexanderdean self-assigned this Jul 29, 2015
@alexanderdean alexanderdean added this to the Scala Repo Server 0.2.0 milestone Jul 29, 2015
@fblundun fblundun changed the title Add Elastic Beanstalk deployment using Docker Add Elastic Beanstalk deployment Dec 9, 2015
@alexanderdean
Copy link
Member Author

Can add a script create-beanstalk-jar.sh, contents:

#!/bin/sh
rm -rf target
sbt assembly
tail -c +44 `ls target/scala-2.10/iglu-server-*` > iglu-server.jar

Originally this was going into Release 3, but pushing back as unclear what value this script adds...

@chuwy chuwy modified the milestones: Release 7 Stamp TBC, Release 6 Ceres Aug 18, 2016
@chuwy chuwy modified the milestones: Release 7 Stamp TBC, Far-out stuff Nov 1, 2017
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

3 participants