Skip to content

Joomla Configuration

Yu Zhiqiang edited this page Aug 1, 2014 · 3 revisions

Joomla Configuration

Install Joomla

The official installstion guide provides several different way to install Joomla.

If you want to use the conventional method of installation, you need to copy the Joomla! zip file to your hosting account, unzip, create a database, and then run the installation. Complete instructions can be found at Installing Joomla. Further information can be found at Joomla! Installation Resources.

Here is a quick guide:

  1. Download and unzip the Joomla package from http://www.joomla.org/.
  2. Create a database for Joomla on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
  3. Upload the Joomla files to the desired location on your web server.
  4. Change permissions (see next section).
  5. Run the Joomla installation script by accessing the URL in a web browser. This should be the URL where you uploaded the Joomla files. Follow the installation steps to configure your website.

Change Permissions

cd to the joomla folder, then run sudo chown -R www-data ./ and sudo chmod -R 755 ./ The www-data should be the user running the website, it could be www or others on your server.

Work with Phimp.me Android app

When you generate the app, please provide the URL of your Joomla website. It should be the folder where index.php stays.

Upload Images

The app will upload all images to the folder specified during generation. You can see those images in the Media Manager of Joomla.

Joomla Media Manager

You need to install the "Joooid" plugin into the Joomla website. While using the app to upload images, an account of your Joomla site is required. Make sure those accounts have appropriate permissions.

Timeline

Timelines are provided by Joomla plugins, you can search for them in the back-stage management of Joomla.

  1. Log in to the back-stage management (the administrator folder)
  2. Enter menu "Extensions" -> "Extension Manager", then you will see the "Install from Web" tab
    Joomla extensions
  3. Use keywords like "timeline" to search for plugins
    You can choose a plugin that best meets your requirement. Joomla timeline

Image Map

If users of Phimp.me Android app turn on the geographic location when uploading images, the GPS data (latitude and longitude) will be included in the EXIF data of images.

You can either find a plugin which displays a map with that information automatically. Another way is to install "Google Maps by Reumer" and turn on the function of adding short code for this plugin during generation. If so the app will post an article containing an image and the associated map.

Clone this wiki locally