Subrion installation on a VPSie
Subrion install on a VPSie? (VPS Server)
Subrion is an independent PHP content administration framework that is difficult to utilize. It accompanies many extraordinary highlights, including complete source altering, per-page authorizations, client action checking, and more. Subrion CMS joins the usefulness of articles content, auto classifieds content, realty classifieds content, web registry content, and business catalog content across the board bundle.
What is Subrion best used for?
Subrion is known forits incredible content management system utilized by web organizations to fabricate sites for their clients and past clients who choose to begin an online business with no specialized insights.
Features
Amazing Dashboard
Track your site daily and guest check from the dashboard alongside different measurements like posting tallies, survey tallies, remarks tallies, clients tallies, income, number of requests, and so forth to follow your site’s prosperity.
Modules Support
With the modules and squares chiefs, you oversee showing any substance anyplace across the site. Need to show a particular gathering of advertisements at explicit classifications? You need to go into your Admin Panel and snap Manage Blocks.
Custom Fields
Indicate your custom fields for any posting type straightforwardly in the administrator board. Without much of a stretch, you can make field gatherings to reuse across different posting types. Indicate field properties like accessible, editable, and then some. You have a lot of field types to look over.
Google Maps
Subrion CMS accompanies the Google Maps module allowing you to show your location area. Supplement Google Maps as a module with explicit substance anyplace on site. It’s adaptable and adjustable. You can likewise arrange fields that are shown in your Google Map balloon.
SEO Features
Exploit completely Search motor streamlined URLs. Characterize landing page’s metadata from the backend, characterize custom catchphrases/titles/portrayal for posting pages. Empower google rich scraps to let Google bot gather more data from your site.
How to install Subroin on a VPSIE
Use our one-click cPanel app setup or manually install cPanel or any website control panel you choose. You can also use no discussion and install apache or Nginx with MySQL using Centos or any VPSie operating system listed in your VPSie management panel.
Once your website control panel is installed, you can install Subroin using Softaculous 1-click auto-installer.
Install Softaculus in the control panel (Other website control panels will differ)
Quick Installation
If you wish to finish the installation quickly and then download the script packages in the background, use this method:
Note: Before starting the installation, make sure ionCube Loaders are enabled. For that, go to WHM and click on Tweak Settings. Please ensure that the Ioncube loader is selected for the backend copy of PHP. Now SSH to your server and enter the following commands:
Wget -N files.softaculous.com/install.sh
chmod 755 installs. sh
./install.sh –quick
Requirements
• A server with cPanel ( follow different instructions for another website control panel)
• If you have a firewall, then please allow access to download all packages from *.softaculous.com
Note: Please allow access to the following domains to your firewall, as these are the mirrors used to download the script packages.
192.198.80.3 # api.softaculous.com
158.69.6.246 # s1.softaculous.com
192.200.108.99 # s2.softaculous.com
213.239.208.58 # s3.softaculous.com
138.201.24.83 # s4.softaculous.com
167.114.200.240 # s7.softaculous.com
Installing Softaculous using cPanel
Note: Before starting the installation, make sure ionCube Loaders are enabled. You may refer to the following guide Enable_Ioncube_cPanel. Please ensure that the Ioncube loader is selected for the backend copy of PHP. Now SSH to your server and enter the following commands:
Wget -N files.softaculous.com/install.sh
chmod 755 install. sh
Go to WHM > Plugins (Add-Ons on older versions than 11) > Softaculous – Instant Installs.
You should now see the installation was successful! You have now set up and installed.
Subrion is an open-source content management system that can be used to create and manage websites, blogs, and online stores. It is built using PHP and MySQL, and it comes with a range of features such as a flexible template system, user management, and SEO optimization.
Subrion is a lightweight and powerful CMS that can be easily installed and configured on a VPSie. It is ideal for small to medium-sized websites and online stores, and it comes with a range of features that can help you to create and manage your online content efficiently.
To secure your Subrion installation, you can follow best practices such as keeping the software up to date, using strong passwords, configuring SSL/TLS, and restricting access to the server. You can also implement a firewall to restrict access to the web server and enable security features such as fail2ban to prevent unauthorized access.
You can install Subrion on your VPSie by following these steps:
-
Log in to your VPSie as the root user.
-
Install the required software packages:
sqlapt update apt install apache2 php mysql-server php-mysql unzip wget
-
Download the latest version of Subrion from the official website:
rubywget https://github.com/intelliants/subrion/archive/master.zip
-
Extract the Subrion archive:
pythonunzip master.zip
-
Move the Subrion files to the web server directory:
bashmv subrion-master/* /var/www/html/
-
Set the appropriate permissions on the Subrion files:
kotlinchown -R www-data:www-data /var/www/html/
-
Create a new MySQL database and user for Subrion:
sqlmysql -u root -p CREATE DATABASE subrion; GRANT ALL PRIVILEGES ON subrion.* TO 'subrion_user'@'localhost' IDENTIFIED BY 'password'; FLUSH PRIVILEGES; EXIT;
-
Configure Subrion by accessing the installation page through your web browser:
arduinohttp://your-server-ip/
Follow the on-screen instructions to complete the installation process.