Skip to content

Instantly share code, notes, and snippets.

@akhdaniel
Last active February 2, 2025 16:02
Show Gist options
  • Save akhdaniel/3be41bf848dd5b61ae77c98e798563b9 to your computer and use it in GitHub Desktop.
Save akhdaniel/3be41bf848dd5b61ae77c98e798563b9 to your computer and use it in GitHub Desktop.
opendax step by step install

1 Requiement VM

Minimum VM requirements for OpenDAX:

  • 8GB of RAM (12GB recommended)
  • 4 cores vCPU (6 cores recommended)
  • 300GB disk space (SSD recommended)

Siapkan domain name dan subdomain aplikasi, misalnya:

  • zavala.store
  • app.zavala.store

Arahkan kedua domain tersebut ke IP public VM.

2 Siapkan VM

Jalankan command:

useradd -g users -s `which bash` -m app
usermod -aG sudo app

3 Install Docker and docker compose

Copas dari sini:

4 Install opendax , rvm, dan Ruby

su - app

git clone https://github.com/openware/opendax.git


gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

curl -sSL https://get.rvm.io | bash -s stable

sudo usermod -a -G rvm app

cd opendax
rvm install .

bundle install
rake -T # To see if ruby and lib works

rake service:all

5 Tes login

Seeded users: Email: [email protected], password: 0lDHd9ufs9t@ Email: [email protected], password: Am8icnzEI3d!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment