Jollyany Framework
HomeDownloadAsk a questionPurchase a license
  • What is Jollyany?
  • Getting Started
    • System Requirements
    • How to download templates?
    • Template Installation
    • Demo Content Install
    • Install template on an existing website
    • Update Template & 3rd Party Extension
    • Active Jollyany license
  • Basics
    • Logo & Favicon
    • Header Variations
    • Color Options
    • Layout Builder
    • Typography
    • Custom Code
    • Import template style
    • Contact information
    • Social Profiles
    • Wide & Boxed Layout
    • Presets
    • Mega Menu
    • Copyright
    • Color Mode
  • Templates
    • Nika
      • Header
        • Menu
      • Home
      • About Us
      • Contact
      • Blog
      • Portfolio
        • Single Portfolio
        • Author
    • Kamper
      • Home
      • About Us
      • Contact
      • Accommodation
        • Single Accommodation
        • How to display custom fields in the listing view
      • Blog
        • Blog's sidebar modules
      • Footer
      • FAQs
        • How to change the cursor effect
    • Like A Star
      • Page Layouts
    • Travelami
      • Technical requirements
      • Home Page
      • About Us
      • Services
      • Tours
        • How to change the number of tour columns
      • Contact us
      • Blog
        • Blog's Sidebar Modules
      • FQAs
        • How to change the breadcrumb image
        • How to change a section's background image
        • How to enable/disable Off-Canvas Module
        • Integrate SP Page Builder into the template
    • ProBike
      • Page
      • Inventory
      • Footer
      • Off-canvas Menu
      • Light & Dark Mode
    • Autobike
      • Home 1
      • Inventory
      • Footer
      • Breadcrumb Image
      • Blog
    • Express
      • Home Page 1
      • Fashion
      • Lifestyle
      • Footer
      • Off-canvas menu
      • Mega Menu
      • Light vs Dark Mode
    • Amanus
      • Footer
      • Home
      • Our Boats
      • Blog
    • Interiart
      • Projects
      • Bottom Footer
      • Header's Background Image
      • Breadcrumb Image
    • Medil
      • Home 1
      • Home 2
      • Blog
      • Service packages
      • Inventory
      • Footer bottom module
      • Off-canvas module
    • Golden Hearts
      • Causes
      • Training
      • Events
      • Installation
    • Organico
      • Installation
      • Change breadcrumb background
      • Footer
    • Baressco
      • Installation
      • Blog
      • Footer
      • Products
    • PowFit
      • Installation
    • Alex
      • Blog
      • Border Style
      • Gallery Slider
      • Gallery Masonry
      • Footer
      • Installation
    • GoldenA
      • Apartments
      • Events
      • How to create a menu badge
    • Newspaper
      • Installation
      • Lifestyle
      • Travel
      • Fashion
      • Header Banner
      • Sidebar Modules
      • Off-canvas menu
    • Magazine
      • Home
      • Travel
      • Lifestyle
      • Fashion
      • Food
      • Footer
      • Sidebar Modules
      • Off-canvas menu
    • Lefala
      • Installation
    • Pethub
      • Installation
      • Courses
      • Events
      • Gallery
    • Profiler
      • Sidebar
    • Varaham
      • Courses
      • Events
      • Author Information
      • Footer
    • Agruco
      • Home
      • Blog
      • Inventory
      • Divided Header
    • Plazart
      • Inventory
      • Our Team
      • Home 1
      • Blog
      • Sidebar Modules
      • Footer
    • Today News
      • Footer
      • Off-canvas menu
      • Home page
      • World News
      • Politics News
      • Climate
      • Sidebar modules
    • Oraz
    • Charity
  • Extras
    • Get Support
    • Install A Template's Quickstart
Powered by GitBook
On this page
  • Quickstart installation on a localhost
  • Quickstart installation on a web server (cPanel)
  • Step 1: Upload the Quickstart pack to the server
  • Step 2: Create a new database and a database user
  • Step 3: Start the installation by visiting your website address/IP
  • Step 4: Done!
  1. Extras

Install A Template's Quickstart

PreviousGet Support

Last updated 1 year ago

We are going to see the Quickstart installation methods both on the server and the localhost. So, let's get started.

Quickstart installation on a localhost

For localhost quickstart installation, first, you need to create a local web server environment. You can use any local server software you want like MAMP, WAMP, XAMPP or others. Start the localhost software with the web (e.g. Apache/NGINX) and database (MySQL) servers inside it. The initial work is done.

Step 1: Copy the Quickstart pack to the localhost

First copy the Quickstart zip file to the htdocs folder of the local server. Extract the Quickstart zip file there.

Step 2: Start the installation by visiting the localhost address

Now visit your localhost URL (address) on a browser. Ex: Localhost/YourFileName. A Joomla installation window tabbed as Configuration will appear.

Enter your site name, email and most importantly, enter username and password. After that, click next. Now the Database Configuration section will be opened. Enter the username and password of the database as “root”. (Default for localhost software like MAMP. Check for your localhost software). Now set a database name and click next.

Click Install in the Overview section and the installation will start. After the installation is finished, click “Remove installation folder” to remove the installation folder.

Step 3: Done!

Now go to localhost/YourFileName/administrator to access Joomla and your installed template. Or you can click the administrator button to directly access it.

Quickstart installation on a web server (cPanel)

To install the Quickstart pack on a web server, you need to upload the package/extracted files to the server. In order to transfer files to the web server from your computer, you can use an FTP client for example: Filezilla. Now unzip the Quickstart pack. You will get several files and folders.

Step 1: Upload the Quickstart pack to the server

If you use cPanel, you can directly upload the Quickstart zip file to the server. Then you can unzip it there. In other cases, you can unzip the Quickstart pack locally, and then upload the unzipped files and folders to the public_html directory of your web server. Make sure these are located directly in the public_html folder.

Step 2: Create a new database and a database user

Create a MySQL database user and a database on your web server. You will need to enter these in the ‘Database Configuration’ step while installing the Quickstart pack.

Create a database

Visit the MySQL Database Wizard on the cPanel and create a database first. If you don't have cPanel, contact your hosting service provider to learn how to find the database credentials.

Create a database user

After creating the database itself, create a database user in the same environment as the cPanel MySQL Database Wizard.

Assign all the privileges to the MySQL user

Now that, you have a database user and a database. It's time to assign all the privileges to the database user regarding the newly created database.

Step 3: Start the installation by visiting your website address/IP

Open your browser and navigate to your main domain (i.e. http://mydomain.com), or to the appropriate subdomain (i.e http://new.mydomain.com/), depending on where you have uploaded the Joomla installation package. You will see the initial installation page (the Configuration tab). Now follow the installation process you have just experienced for localhost we’ve explained above. In the case of the username and password of the super admin, avoid using “admin” and “demo”.

Next, in the Database Configuration tab, use the database username and password of the user you have just created along with the newly created database name.

After the database configuration stage, go to the Overview tab by clicking the Next button. All other tasks are similar to the localhost method.

Step 4: Done!

Once the installation is complete, a success message will show up. Now remove the installation folder by clicking the “remove installation folder” button. Login to the admin area. It should be www.YourDomainName.com/administrator.

Initial step of Quickstart installation
Database configuration step of Quickstart installation
Final step of Quickstart installation
Uploaded files and folders in the root directory
Database creation in the server
MySQL user creation in the server
User accesses in the database