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

Installing on Aws ElasticBeanstalk #83

Open
offaxis opened this issue Nov 5, 2020 · 1 comment
Open

Installing on Aws ElasticBeanstalk #83

offaxis opened this issue Nov 5, 2020 · 1 comment

Comments

@offaxis
Copy link

offaxis commented Nov 5, 2020

Hi !

Just a message to share how to add this library on a Aws ElasticBeanstalk, by installing dependencies:

.ebextensions/02_install.config

commands:
   01_install_ghostscript:
       command: "sudo yum -y install ghostscript"
   02_install_graphicsmagick:
       command: "sudo amazon-linux-extras install GraphicsMagick1.3"
       # https://aws.amazon.com/amazon-linux-2/faqs/#Amazon_Linux_Extras

And your library set in your package.json to be installed with npm install

@yakovmeister
Copy link
Owner

yakovmeister commented Nov 6, 2020

Hi @offaxis, thanks for sharing! I really appreciate this guide. Can you help me create a pull request containing a more thorough guide?

You can start by forking this repository and updating this markdown file.
Once done, you can create a pull request towards next branch.

Looking forward to see your pull request, thank you. * cheers *

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