Skip to content

Instantly share code, notes, and snippets.

@Sama-004
Last active January 13, 2024 09:21
Show Gist options
  • Save Sama-004/7403bf94ff9e7491814e36ae3c38016d to your computer and use it in GitHub Desktop.
Save Sama-004/7403bf94ff9e7491814e36ae3c38016d to your computer and use it in GitHub Desktop.
Setting Up mongodb on arch linux

Setting up mongodb on arch linux

sudo pacman -S openssl
git clone https://aur.archlinux.org/mongosh-bin.git
cd mongosh-bin
makepkg -si
git clone https://aur.archlinux.org/mongodb-bin.git
cd mongodb-bin
makepkg -si
sudo systemctl start mongodb
mongosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment