bloodybowlers / UkeGeeks-ng

Ukulele Songbook Website
GNU General Public License v3.0
6 stars 5 forks source link

UkeGeeks-ng

Ukegeeks-ng Ukegeeks-ng song

This is an attempt at an enhanced/updated/modified/edited_to_fits_my_needs version of UkeGeeks
(since the original doesn't seems to accept pull request since early 2015).

UkeGeeks is a songbook editor for ukulele originally created by Buz Carter (buz@ukegeeks.com) :)

What's changed so far :

Major features / changes

Improvements, small fixes, QoL changes


Installation

Nothing special here, you need Apache / Php.
Mod_rewrite is really recommended too (for prettier url).

Just download the source and unzip-it (or use git clone) on your hosting space.

Important : By default, the Songbook assumes that it's installed in your web server's root directory. If you want to change this, read below (installing in a different directory).

Setup username, preferences

And that's it, you should be good to go. Start adding songs :)

Optional

Optional : installing in a different directory

The Songbook assumes that it's installed in your web server's root directory, but you might want it in a subdirectory. Perhaps you want the URLs to be "mysite.com/hobbies/ukulele/music.php", for example. Excellent! To do this we just need to open config.php and change the subdirectory.

By default this is set to the root:

static private Subdirectory = '/';

You can just modify it to whatever you wish (include leading and trailing last forward slashes "/")

static private Subdirectory = '/hobbies/ukulele/';

If you installed UkeGeeks-ng to a subdirectory, you have to modify the .htaccess file :