Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active July 6, 2021 16:56
Show Gist options
  • Save LinuxlinkedBD/9c6883586205569ac8e60bcf3eed57a5 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/9c6883586205569ac8e60bcf3eed57a5 to your computer and use it in GitHub Desktop.
How to Install Akaunting on Server
If you need complete Akaunting setup, ping me on below contacts:
Telegram: linuxlinked
email: linuxlinked@gmail.com
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/qX8GCwK0CPY
########################################################################################################################################
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt-get install software-properties-common
sudo apt update
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install apache2 mariadb-server php7.2 libapache2-mod-php7.2 php7.2-common php7.2-imap php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-mysql php7.2-cli php7.2-ldap php7.2-zip php7.2-curl unzip -y
sudo nano /etc/php/7.2/apache2/php.ini
file_uploads = On
allow_url_fopen = On
memory_limit = 256M
upload_max_filesize = 30M
post_max_size = 40M
max_execution_time = 60
zend.assertions = 0
display_errors = Off
max_input_vars = 1500
date.timezone = Asia/Dhaka
sudo mysql_secure_installation
#Enter current password for root (enter for none):
Set root password? [Y/n]: N
Remove anonymous users? [Y/n]: Y
Disallow root login remotely? [Y/n]: Y
Remove test database and access to it? [Y/n]: Y
Reload privilege tables now? [Y/n]: Y
#browse http://server_ip to follow steps to complete the installation
#akaunting #accounting #accountingsoftware #akauntinginstallation #howtointallakaunting
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-07-04 12-44-30
Screenshot from 2021-07-04 12-47-00
Screenshot from 2021-07-04 12-47-08
Screenshot from 2021-07-04 12-47-16
Screenshot from 2021-07-04 12-47-34

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