DEV Community

Hari Bantwal
Hari Bantwal

Posted on

Gittify OCI Instance

There are out of the box to have a OCI Instance with Git.
The OCI DEV KIT comes out of the box with GIT. But nevertheless not with docker.
This is 3rd in series to set up the basic tool set to self host Supabase on OCI.

OCI Instance with External Volume
Dockerize an OCI Instance

sudo yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel -y
sudo yum install gcc perl-ExtUtils-MakeMaker -y

cd /usr/local/
sudo wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.32.1.tar.gz

sudo tar -zxvf git-2.32.1.tar.gz
cd git-2.32.1/

sudo make prefix=/usr/local/git all
sudo make prefix=/usr/local/git install

echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/bashrc
source /etc/bashrc

git --version

Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

AWS GenAI LIVE!

GenAI LIVE! is a dynamic live-streamed show exploring how AWS and our partners are helping organizations unlock real value with generative AI.

Tune in to the full event

DEV is partnering to bring live events to the community. Join us or dismiss this billboard if you're not interested. ❤️