-
Get Python Wheel pgAdmin4
wget https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v2.0/pip/pgadmin4-2.0-py2.py3-none-any.whl
-
Install pip3
sudo apt install python3-pip
This file contains hidden or 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
# https://gist.github.com/eric1234/7324795 | |
# Make sure git is installed | |
apt-get install -y git | |
# Remove functions that phpsh needs from config. | |
sed -i 's/pcntl_signal,//g' /etc/php5/cli/php.ini | |
sed -i 's/pcntl_fork,//g' /etc/php5/cli/php.ini | |
sed -i 's/pcntl_wait,//g' /etc/php5/cli/php.ini |
This file contains hidden or 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
<div class="the-return"> | |
[HTML is replaced when successful.] | |
</div> |