Skip to content

Instantly share code, notes, and snippets.

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

Aditia Mahdar aditiamahdar

🏠
Working from home
View GitHub Profile
@aditiamahdar
aditiamahdar / conventional-comments.md
Created October 23, 2024 08:10 — forked from pauloportella/conventional-comments.md
How to setup conventional comments on Github

Conventional comments

Source

You can add all conventional comments Labels to Github as a saved replies by following the following steps:

  1. Go to https://github.com/settings/replies
  2. Open Developer Tools
  3. Copy/Paste above code in JavaScript console
  4. Press enter
@aditiamahdar
aditiamahdar / installing-ruby-2.5.0-on-m1.md
Last active July 11, 2022 18:31 — forked from MarkBennett/installing-ruby-2.5.1-on-m1.md
Installing Ruby 2.5.0 on Mac M1

Install readline and openssl with standard brew install.

brew install readline
brew install openssl@1.1

Set openssl env in ~/.zshrc..

@aditiamahdar
aditiamahdar / rails-5-6-ubuntu-mina-puma-nginx.md
Created December 9, 2021 19:20 — forked from wafiq/rails-5-6-ubuntu-mina-puma-nginx.md
How to deploy Rails 5/6 in Ubuntu VM using Mina deployment with Puma webserver and Nginx

Rails 5 and 6 Deployment with Ubuntu, Mina, Puma and Nginx

Based on this tutorial but simplified and inlined. Particularly removed any Rails and 3rd party services part, assumed you just need deployment to any Ubuntu machine.

Prerequisite

  1. A functional Rails app
  2. Hosted Git repository (Github, Bitbucket, Gitlab)
  3. Cloud hosting account (Digital Ocean, Vultr, Linode, Lightsail)
  4. Local SSH account