Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Created November 21, 2021 09:46
Show Gist options
  • Save LinauxTerminology/b222a0eabc6330ff0ac79839a26e7c9f to your computer and use it in GitHub Desktop.
Save LinauxTerminology/b222a0eabc6330ff0ac79839a26e7c9f to your computer and use it in GitHub Desktop.
I Will Do Install Flectra On Ubuntu 20.04
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
@LinauxTerminology
Copy link
Author

Screenshot from 2021-11-21 00-36-48
Screenshot from 2021-11-21 15-21-31
Screenshot from 2021-11-21 15-22-32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment