Difference between revisions of "Installing Joomla! using BitNami Joomla! stack"

From Joomla! Documentation

(Created page with "== Installing Joomla! == ==== Option 1: Joomla! stack (Recommended) ==== ====== What is Joomla! Stack? ====== BitNami Joomla! Stack is an all-in-one installer that makes easy t...")
 
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Installing Joomla! ==
+
BitNami Joomla! Stack is an all-in-one installer that makes easy to install Joomla on your computer. It is free, easy to use and self-contained. That means that it bundles and  automatically configures every piece of software (dependency) necessary to run Joomla for development or production purposes, including Apache HTTP Server, MySQL and PHP.
  
==== Option 1: Joomla! stack (Recommended) ====
+
You can download the latest version of BitNami Joomla! stack for Windows, Linux and OS X at http://bitnami.org/stack/joomla.
 +
 
 +
NOTE: BitNami Joomla! stack no longer exists as a standalone installer. Instead, it delivers as: 1) A cloud based instance, 2) In a container, either Kubernetes or Docker or 3) A virtual machine. The virtual machine will run on your operating system in a hypervisor such as Virtual Box or VMware Player. It still comes with all the required dependences as in the standalone installer.
 +
 
 +
Option 1 below no longer applies. Also, in Option 2, BitNami Lamp Stack further down, delivers in the cloud or virtual machine. In any case, Bitnami makes having a performing local installation of Joomla! easy and complete.
  
====== What is Joomla! Stack? ======
+
== Option 1: Joomla! stack (Recommended) ==
BitNami Joomla! Stack is an all-in-one installer that makes easy to install Joomla on your computer. It is free, easy to use and self-contained. That means that it bundles and  automatically configures every piece of software (dependency) necessary to run Joomla for development or production purposes, including Apache, MySQL and PHP.
 
  
You can download the latest version of BitNami Joomla! stack for Windows, Linux and OS X at http://bitnami.org/stack/joomla.
+
This method assumes you already have a ('''W'''indows/'''L'''inux/'''M'''ac)...'''AMP'''(Apache HTTP Server, MySQL, & PHP) environment installed.  
  
====== Installing Joomla! Stack ======
+
=== Installing Joomla! Stack ===
 
Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.
 
Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.
  
Line 17: Line 20:
 
If you are using Linux you will have to give executable permissions to the file first, using this command:
 
If you are using Linux you will have to give executable permissions to the file first, using this command:
 
   
 
   
chmod +x /path/to/bitnami-joomla-VERSION-linux-installer.run
+
chmod +x /path/to/bitnami-joomla-VERSION-linux-installer.run
  
[[File:Joomla_welcome.png]]
+
[[File:Joomla_welcome2.png]]
 
 
Click "Forward".
 
  
 +
Click "Next".
  
[[File:Joomla_components.png]]
 
  
Select the components you want to install. If you are not sure, leave the default components checked. Click "Forward" when you are done.
+
[[File:Joomla_components2.png]]
  
 +
Select the components you want to install. If you are not sure, leave the default components checked. Click "Next" when you are done.
  
[[File:Joomla_directory.png]]
 
  
Now it will ask where do you want to install the program. Provide the location where you want to install the BitNami Joomla! stack and click "Forward" when you are done.  
+
[[File:Joomla_directory2.png]]
  
 +
Now it will ask where do you want to install the program. Provide the location where you want to install the BitNami Joomla! stack and click "Next" when you are done.
  
[[File:Joomla_userdata.png]]
 
  
The user and password you provide here will be used to create the admin account in Joomla! Click "Forward" when you are done.
+
[[File:Joomla_userdata2.png]]
  
 +
The user and password you provide here will be used to create the admin account in Joomla! Click "Next" when you are done.
  
[[File:Joomla_sitename.png]]
 
  
Type in the name you want to use for your Joomla site, and click "Forward".
+
[[File:Joomla_sitename2.png]]
  
 +
Type in the name you want to use for your Joomla site, and click "Next".
  
[[File:JoomlaReadytoinstall.png]]
 
  
The installer is now ready to begin the installation process. Click "Forward".
+
[[File:JoomlaReadytoinstall2.png]]
  
 +
The installer allows you to configure an email account so Joomla! can send notifications via email . Click "Next".
  
[[File:JoomlaCopyingfiles.png]]
+
[[File:JoomlaCopyingfiles2.png]]
  
 
Wait a minute while the installer copies the files and configures your Joomla! installation.
 
Wait a minute while the installer copies the files and configures your Joomla! installation.
  
  
[[File:Joomlafinalscreen.png]]
+
[[File:Joomlafinalscreen2.png]]
  
 
Joomla! is now set up and ready to be used. Click "Finish" to launch the application.
 
Joomla! is now set up and ready to be used. Click "Finish" to launch the application.
  
 +
[[File:JoomlaManager.png]]
 +
 +
Using the manager tool is easy to start/stop the Apache and MySQL servers.
 +
 +
[[File:Joomlaapplicationscreen2.png]]
 +
 +
You can manage the Joomla! database with phpMyAdmin easily.
  
[[File:Joomlaapplicationscreen.png]]
+
[[File:JoomlaphpMyAdmin.png]]
  
==== Option 2: BitNami LAMPStack and Joomla! ====
+
== Option 2: BitNami LAMPStack and Joomla! ==
====== What is BitNami LAMPStack? ======
+
=== What is BitNami LAMPStack? ===
 
BitNami LAMPStack is a free, easy to install package that bundles every piece of software (dependency) necessary to setup a LAMP (Apache, MySQL and PHP for Linux) environment up and running for development or production purposes. It is self-contained, it makes no modifications to your system and can be uninstalled easily. You can download the latest version of BitNami LAMPStack for Linux at [http://bitnami.org/stack/lampstack http://bitnami.org/stack/lampstack]. A [http://bitnami.org/stack/wampstack Windows version] and a [http://bitnami.org/stack/mampstack OS X version] are also available.
 
BitNami LAMPStack is a free, easy to install package that bundles every piece of software (dependency) necessary to setup a LAMP (Apache, MySQL and PHP for Linux) environment up and running for development or production purposes. It is self-contained, it makes no modifications to your system and can be uninstalled easily. You can download the latest version of BitNami LAMPStack for Linux at [http://bitnami.org/stack/lampstack http://bitnami.org/stack/lampstack]. A [http://bitnami.org/stack/wampstack Windows version] and a [http://bitnami.org/stack/mampstack OS X version] are also available.
  
 
Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.
 
Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.
  
====== Installing BitNami LAMPStack ======
+
=== Installing BitNami LAMPStack ===
  
 
Find the installer you just downloaded from the BitNami website (the filename will be similar to bitnami-lampstack-VERSION-linux-installer.run). Double click the icon to launch the installer.
 
Find the installer you just downloaded from the BitNami website (the filename will be similar to bitnami-lampstack-VERSION-linux-installer.run). Double click the icon to launch the installer.
Line 93: Line 102:
 
[[File:LampstackCopyingfiles.png]]
 
[[File:LampstackCopyingfiles.png]]
  
Wait a minute while the installer copies the files and configures your Joomla! installation.
+
Wait a minute while the installer copies the files and configures your LAMPStack installation.
  
  
Line 100: Line 109:
 
BitNami LAMPStack is now set up and ready to be used. Click "Finish" to launch the application.
 
BitNami LAMPStack is now set up and ready to be used. Click "Finish" to launch the application.
  
====== Installing Joomla! manually ======
+
=== Installing Joomla! manually ===
 +
 
 +
Follow the instructions outlined in the article [[J3.2:Installing_Joomla|Installing Joomla]].
  
Follow the instructions outlined [http://help.joomla.org/content/category/48/268/302/ here].
+
[[Category:Installation]]
 +
[[Category:Server setup local]]

Latest revision as of 20:40, 16 February 2023

BitNami Joomla! Stack is an all-in-one installer that makes easy to install Joomla on your computer. It is free, easy to use and self-contained. That means that it bundles and automatically configures every piece of software (dependency) necessary to run Joomla for development or production purposes, including Apache HTTP Server, MySQL and PHP.

You can download the latest version of BitNami Joomla! stack for Windows, Linux and OS X at http://bitnami.org/stack/joomla.

NOTE: BitNami Joomla! stack no longer exists as a standalone installer. Instead, it delivers as: 1) A cloud based instance, 2) In a container, either Kubernetes or Docker or 3) A virtual machine. The virtual machine will run on your operating system in a hypervisor such as Virtual Box or VMware Player. It still comes with all the required dependences as in the standalone installer.

Option 1 below no longer applies. Also, in Option 2, BitNami Lamp Stack further down, delivers in the cloud or virtual machine. In any case, Bitnami makes having a performing local installation of Joomla! easy and complete.

Option 1: Joomla! stack (Recommended)[edit]

This method assumes you already have a (Windows/Linux/Mac)...AMP(Apache HTTP Server, MySQL, & PHP) environment installed.

Installing Joomla! Stack[edit]

Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.

Download the latest version of Joomla! Stack from the BitNami website.

Find the installer you just downloaded (the filename will be similar to bitnami-joomla-VERSION-linux-installer.run. Double click on the icon to launch the installer.

If you are using Linux you will have to give executable permissions to the file first, using this command:

chmod +x /path/to/bitnami-joomla-VERSION-linux-installer.run

Joomla welcome2.png

Click "Next".


Joomla components2.png

Select the components you want to install. If you are not sure, leave the default components checked. Click "Next" when you are done.


Joomla directory2.png

Now it will ask where do you want to install the program. Provide the location where you want to install the BitNami Joomla! stack and click "Next" when you are done.


Joomla userdata2.png

The user and password you provide here will be used to create the admin account in Joomla! Click "Next" when you are done.


Joomla sitename2.png

Type in the name you want to use for your Joomla site, and click "Next".


JoomlaReadytoinstall2.png

The installer allows you to configure an email account so Joomla! can send notifications via email . Click "Next".

JoomlaCopyingfiles2.png

Wait a minute while the installer copies the files and configures your Joomla! installation.


Joomlafinalscreen2.png

Joomla! is now set up and ready to be used. Click "Finish" to launch the application.

JoomlaManager.png

Using the manager tool is easy to start/stop the Apache and MySQL servers.

Joomlaapplicationscreen2.png

You can manage the Joomla! database with phpMyAdmin easily.

JoomlaphpMyAdmin.png

Option 2: BitNami LAMPStack and Joomla![edit]

What is BitNami LAMPStack?[edit]

BitNami LAMPStack is a free, easy to install package that bundles every piece of software (dependency) necessary to setup a LAMP (Apache, MySQL and PHP for Linux) environment up and running for development or production purposes. It is self-contained, it makes no modifications to your system and can be uninstalled easily. You can download the latest version of BitNami LAMPStack for Linux at http://bitnami.org/stack/lampstack. A Windows version and a OS X version are also available.

Regardless of which operating system you are running (Windows / Linux / Mac), the install process is the same.

Installing BitNami LAMPStack[edit]

Find the installer you just downloaded from the BitNami website (the filename will be similar to bitnami-lampstack-VERSION-linux-installer.run). Double click the icon to launch the installer.

Lampstack welcome.png

Click "Forward".


Lampstack directory.png

Now it will ask where you want to install the program. Select the location on your machine and click "Forward" when you are done.


Lampstack passwd.png

Type your MySQL root password. This will be the password for the "root" user for the database.


LampstackReadytoinstall.png

The installer is now ready to begin the installation process. Click "Forward".


LampstackCopyingfiles.png

Wait a minute while the installer copies the files and configures your LAMPStack installation.


Lampstackfinalscreen.png

BitNami LAMPStack is now set up and ready to be used. Click "Finish" to launch the application.

Installing Joomla! manually[edit]

Follow the instructions outlined in the article Installing Joomla.