- running as user ubuntu on linux machine
- minimum hardware requirements met (link)
- environment details source from (here)
- Add the following to your
.bashrc
if [ -f ~/cardano-setup/.cardano-setup ]; then
source ~/cardano-setup/.cardano-setup
fi
git clone https://github.com/paul-weiss/cardano-setup.git
cd cardano-setup
chmod +x *.sh
Change the env var DB_PASSWORD
in either setup.sh
and or setup-preview.sh
:
./setup.sh
./setup-preview.sh
journalctl -fu cardano-node.service
journalctl -fu cardano-db-sync.service
journalctl -fu ogmios.service
journalctl -fu kupo.service