Created
November 21, 2021 09:46
-
-
Save LinauxTerminology/b222a0eabc6330ff0ac79839a26e7c9f to your computer and use it in GitHub Desktop.
I Will Do Install Flectra On Ubuntu 20.04
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
If you need Flectra Setup contact with me: | |
Email: [email protected] | |
Skype: https://join.skype.com/ | |
Telegram:https://t.me/LinauxTerminology | |
WhatsApp: +8801408694088 | |
Imo: +8801408694088 | |
sudo apt update | |
sudo apt install gcc python3-venv build-essential python3-pillow python3-wheel python3-lxml python3-dev python3-pip python3-setuptools npm nodejs git gdebi libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev libjpeg-dev libpq-dev | |
# When you’re done running the commands above, continue below to download and install wkhtmltopdf tool set. | |
# To do that, run the commands below do download and install it. | |
cd /tmp | |
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb | |
sudo apt install ./wkhtmltox_0.12.5-1.bionic_amd64.deb | |
# ** Install PostgreSQL ** | |
# Flectra requires PostgreSQL to store its content in the database. | |
# To install PostgreSQL on Ubuntu, simply run the commands below: | |
sudo apt install postgresql | |
# Set password for Linux user (postgres) | |
sudo passwd postgres | |
# You should be prompted to create a new Linux password for postgres user. | |
Enter new UNIX password: | |
Retype new UNIX password: | |
passwd: password updated successfully |
Author
LinauxTerminology
commented
Nov 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment