Hari 1:
- Infrastructure
- Install and Setup PostgreSQL on All Nodes
- Configure Replication
- Configuring Primary Server
- Configuring Standby Server
- Testing Replication
- Installing PGPOOL2
- Preparing PostgreSQL for pgpool-II
Hari 1:
Install nodejs 12
cd ~
curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejsYou may also need development tools to build native addons:
How to create a pipeline which checks your app's code quality -frequently, automatically, in the cloud - using GitHub Actions. Such as to lint, test and build your app hosted on GitHub.
Objectives
| version: '3.6' | |
| services: | |
| geth: | |
| image: ethereum/client-go:stable | |
| restart: always | |
| command: | | |
| --rpc | |
| --rpcaddr=0.0.0.0 | |
| --rpcport=8545 |
| # sebelum execute: | |
| # useradd -g users -s `which bash` -m app | |
| # usermod -aG sudo app | |
| # echo "enter app password for sudo" | |
| # passwd app | |
| # su - app | |
| # execute: curl https://gist.githubusercontent.com/akhdaniel/e7b989dc21907a535e11fa2f1c7bde52/raw/be000c190c779a89ee770505e3fde9aec0560ff4/install-opendax.txt | bash | |
| echo "INSTALLING DOCKER..." |
Install
apt-get install postgresql postgresql-contrib
Create DB
su - postgres
psql