Photos from Greece part 2

Today’s lot is K-P. See link on yesterday’s entry.

Categories: Uncategorized | Comments Off on Photos from Greece part 2

Photos from Greece part 1

About time to get to the main dish. New photo category today is Greece. Currently covering A-I.

Categories: Uncategorized | Comments Off on Photos from Greece part 1

Walking in The Côte d’Azur

A slightly cold and wet trip to Nice still provided good and even great walking, see http://www.islandwalking.com/nice.html.

Categories: Uncategorized | Comments Off on Walking in The Côte d’Azur

Continuing to fill the Photo Album

Added Norway.

Categories: Uncategorized | Comments Off on Continuing to fill the Photo Album

Nice in Nice?

Finally something new again, for some various snapshots of things of interest in and outside of Nice, see http://www.islandwalking.com/piwigo/index.php?/category/32.

Categories: Uncategorized | Comments Off on Nice in Nice?

Walking on Amorgos

I have been made aware of this new book about walking on Amorgos. This should be a very good addition to the fairly sorry amount of updated walking information for that island. Check it out!

Details:

Title: Amorgos – A Walker’s & Visitor’s Guide
Author(s): Paul and Henrietta Delahunt-Rimmer
ISBN: 0955628822

Also added to the Book Shop.

Categories: Uncategorized | Comments Off on Walking on Amorgos

More and more Pictures

Added Croatia, Cyprus, France, Italy and Malta.

Categories: Uncategorized | Comments Off on More and more Pictures

Pictures from Spain

Entire Spain category is ready, see http://www.islandwalking.com/piwigo/index.php?/category/9.

Categories: Uncategorized | Comments Off on Pictures from Spain

Pictures from Portugal

Slowly but surely the photo album will be filled with pictures again. Sorry, there will be no actually new pictures in there for a while now. Since the latest addition was for Portugal I have uploaded the rest I have too. If you have not seen them before, take a look.

See http://www.islandwalking.com/piwigo/index.php?/category/2.

Categories: Uncategorized | Comments Off on Pictures from Portugal

Piwigo part 3

As promised I will walk through the technical details on installing Piwigo. Actually surprisingly little technical insight is really needed, or at least would have been needed if just some small details were not left out of the installation guides for these products. These are the steps:

1. Install Apache (or another web server, if necessary)

My iBook had Apache 1.3 already running. Not new, but good enough, skip to next step.

2. Install PHP.

My iBook is running MacOS X 10.4, and an installation of PHP 5.2.4 can be found at http://www.entropy.ch/software/macosx/php/.

Goes like a breeze this. Checking that the installation went well: http://mrwalker.redirectme.net/~haha/phpinfo.php.

3. Install MySQL.

Installation of MySQL 5.1 for MacOS X 10.4 can be found at http://dev.mysql.com/downloads/mysql/5.1.html. But here is the snag: The download link for PowerPC has been unexplainably removed! I wasted hours here, not realizing I had installed an Intel-only build. The installation package just silently does its thing saying nothing. The “real” downloads for my system could be found hidden away at http://downloads.mysql.com/archives.php?p=mysql-5.1&v=5.1.40.

Now everything installed (again…) and even worked!

After installing MySQL use a terminal window to check it:

/usr/local/mysql/bin/mysql test

Now (at least) set a password on the MySQL master account:

/usr/local/mysql/bin/mysqladmin -u root password your_new_password

4. Install some MySQL GUI to create and maintain your databases. Use this to create a database for use with Piwigo, you can call it anything you like. I can recommend Sequel Pro which worked nicely for me.

5. Install Piwigo.

Piwigo has a NetInstall which is easy to use. Except that it does not actually tell you that you do need to CREATE a database first. It does NOT do this automatically for you. Well, we did this in step 4 above. You can find the NetInstall at http://piwigo.org/basics/installation_netinstall.

6. Start using Piwigo. You would probably want to download pLoader to load your database with images. Find your pLoader at http://piwigo.org/forum/viewtopic.php?id=15846.

Categories: Uncategorized | Comments Off on Piwigo part 3