Xavoc is an open source, ERP | CRM and CMS platform that can serve as strong alternative to the popular CRM and ERP platforms today.
Xavoc is one of the best open source CRM and ERP platform to run your business and manage your customers. It comes with a Drag and Drop Website Builder, E-Commerce module, and many other features for individual and professionals.
Homepage - http://www.epan.in/index
__________________________________________________________________________________________________
Our Server Specification-
Os:Ubuntu 20.04.3 LTS 64Bit | IP address- 192.168.1.80 | Hostname :ubuntu.example.com
__________________________________________________________________________________________________
lsb_release -d ; hostname ; hostname -I
add-apt-repository ppa:ondrej/php -y ; apt-get update
apt install -y apache2 build-essential mariadb-server mariadb-client php7.2 libapache2-mod-php7.2 php7.2-cli php7.2-fpm php7.2-cgi php7.2-bcmath php7.2-curl php7.2-gd php7.2-intl php7.2-json php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-sqlite3 php7.2-xml php7.2-zip php7.2-snmp php7.2-imap php7.2-common php7.2-tidy php7.2-pgsql php7.2-ldap php7.2-soap php7.2-xsl php7.2-redis php7.2-xmlrpc
a2enmod rewrite expires ; sed -i "s/;date.timezone.*/date.timezone = Asia\/\Kolkata/" /etc/php/*/apache2/php.ini
systemctl start apache2 mariadb ; systemctl enable apache2 mariadb ; mysql_secure_installation
cd /tmp
wget http://epan.in/xepan2.zip | Latest - http://www.epan.in/communitydownload|
mkdir -p /var/www/html/xavoc ; unzip xepan2.zip -d /var/www/html/xavoc
mysql -u root -p
create database db;
grant all on db.* to 'dbuser'@'localhost' identified by 'dbpassword';
flush privileges;
quit
chown -R www-data:www-data /var/www/html/ ; chmod -R 777 /var/www/html/
nano /etc/apache2/sites-available/yourdomain.conf
<VirtualHost *:80>
ServerAdmin admin@yourdomain.com
DocumentRoot /var/www/html/xavoc
ServerName www.yourdomain.com
<Directory /var/www/html/xavoc>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/yourdomain.com-error_log
CustomLog /var/log/apache2/yourdomain.com-access_log common
</VirtualHost>
a2ensite yourdomain.conf ; a2dissite 000-default.conf ; apache2ctl configtest ; echo "192.168.1.80 www.yourdomain.com" >> /etc/hosts ; systemctl reload apache2
http://www.yourdomain.com
__________________________________________________________________________________________________
Tuesday, February 1, 2022
How To Install Xavoc ERP | CRM On Ubuntu 20.04
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment