Skip to content

Instantly share code, notes, and snippets.

View arthuralmeidap's full-sized avatar
🏠
Working from home

Arthur Almeida arthuralmeidap

🏠
Working from home
View GitHub Profile
@arthuralmeidap
arthuralmeidap / laravel-supervisor.md
Created June 15, 2021 15:18 — forked from vrajroham/laravel-supervisor.md
Installing Supervisor on AWS Elastic Beanstalk manually.

Installing Supervisor on AWS Elastic Beanstalk manually.

This gist may help you to install supervisor Manually on AWS Beanstalk host. I was enable to install and configure referring supervisor docs. Here are the steps by which I was able to use supervisor on my project.

Note: I have performed this steps on Laravel project and my instance was Debian powered. You can change according to your requirement.


  • Check python with easy_install is installed
  • Install supervisor > $ easy_install supervisor
  • Create directory for supervisor workers > mkdir /etc/supervisor/conf.d/
@arthuralmeidap
arthuralmeidap / Readme.md
Created June 15, 2021 15:18 — forked from StefanieD/Readme.md
Install and use Supervisord with AWS Elastic Beanstalk, Symfony 2 and RabbitMq Bundle
  • Place the supervisord.conf under .ebextensions/supervisor/

  • Place the supervisor.config under .ebextensions/

  • Place the data_import_consumer.conf under .ebextensions/supervisor/

#BrazilJS 2014

Talks: Slides & Links

Day Talk Speaker Links
1 Why ServiceWorker may be the next big thing Renato Mangini Interview · Slides
1 Frontend at Scale - The Tumblr Story Chris Miller Interview · Slides
1 Intro to GFX: Raw WebGL Nick Desaulniers Interview · Slides