-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31a6fba
commit 783cc95
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/sh | ||
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb && curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - && sudo add-apt-repository -y ppa:deadsnakes/ppa && sudo apt-get install -y libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib python3.7 python3.7-dev python3.7-distutils python3.7-lib2to3 python3.7-minimal python3.7-venv python3.7-doc binfmt-support build-essential nodejs gcc g++ pkg-config file make cmake libgmp3-dev libtool esl-erlang elixir postgresql postgresql-contrib && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && sudo python3.7 get-pip.py && rm get-pip.py && sudo python3.7 -m pip install pandas pathlib web3 && sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'poasidechain';" | ||
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb && rm erlang-solutions_2.0_all.deb && curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - && sudo add-apt-repository -y ppa:deadsnakes/ppa && sudo apt-get install -y libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib python3.7 python3.7-dev python3.7-distutils python3.7-lib2to3 python3.7-minimal python3.7-venv python3.7-doc binfmt-support build-essential nodejs gcc g++ pkg-config file make cmake libgmp3-dev libtool esl-erlang elixir postgresql postgresql-contrib && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && sudo python3.7 get-pip.py && rm get-pip.py && sudo python3.7 -m pip install pandas pathlib web3 && sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'poasidechain';" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/sh | ||
sudo systemctl start parity geth geth2 netstats blockscout | ||
sudo systemctl start parity geth geth2 netstats blockscout && cd eth-net-intelligence-api && pm2 start app.json app2.json app3.json |