DEV Community

Sid Ali BENTIFRAOUINE
Sid Ali BENTIFRAOUINE

Posted on

💎 🚀🦈 Deployer Rails 7 sur un Droplet Digital Ocean

Création d'un Droplet

Se rendre ici: https://cloud.digitalocean.com/droplets/new?i=c8faa3&region=fra1&size=s-4vcpu-8gb-amd

Ne rien toucher sauf qu'il faut config le SSh de preference

Image description

Se connecter en SSH au Droplet

ssh root@1.2.3.4
Enter fullscreen mode Exit fullscreen mode

Installation des dépendances qu'il faut

apt install build-essential curl g++ gcc autoconf automake bison libc6-dev libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev libtool libyaml-dev make pkg-config sqlite3 zlib1g-dev libgmp-dev libreadline-dev libssl-dev


asdf install ruby 3.2.2
asdf global ruby 3.2.2

$SHELL

gem update --system

gem intsall rails

Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay