This page explains how to download and install Stash 1.0.3. If you are upgrading Stash please click here.
Download the lastest version of Stash from http://www.nicestash.com/downloads.
Unpack the archive (unzip stash-latest.zip). This will create a stash-x.y.z directory containing the Stash software.
The contents of the stash-x.y.z directory needs to be placed into a location of your webserver (ex: httpdocs/stash/ or public_html/stash/).
Stash needs an "uploads/'', "releases/", "thumbs/", and "mp3/" directory on the server that are writable to store release images and mp3's.
To do this.
You directory stucture should look something like this.
./stash
./uploads
|----/mp3
|----/releases
|--------/thumbs
Stash needs write permissions to the following files and directories in order to work correctly.
./uploads/
./uploads/mp3/
./uploads/releases/
./uploads/releases/thumbs
./admin/config.php
./admin/template/
./admin/template/comments.tpl.php
./admin/template/discography.tpl.php
./admin/template/featurednews.tpl.php
./admin/template/featuredreleases.tpl.php
./admin/template/featuredtourdates.tpl.php
./admin/template/featuredvideos.tpl.php
./admin/template/news.tpl.php
./admin/template/newsarticle.tpl.php
./admin/template/pagination.tpl.php
./admin/template/releasepage.tpl.php
./admin/template/tourdates.tpl.php
./admin/template/tracklisting.tpl.php
./admin/template/videos.tpl.php
To make this work you have to chmod the files and directories.
chmod 777 ."
If you do not already have a database that you like to use for Stash. You need to create one. If you do skip to step 6.
phpMyAdmin is installed with most hosting companies admin panel. Ask your hosting provider if you are having trouble finding it.
If all else fails ask your hosting provider how to create a database.
Don't worry about adding tables the installer will take care of that.
Access http://mybandsite.com/stash-directory/install in your favorite web browser.
First the installer will check to make sure all files and directories are present and writable. If you receive and error at this stage please repeat step 4.
Please have this info ready. If you do not know it you might have to contact your web hosting provider.
localhost.
Here you will create the first account in order for you to log in to Stash. This will be the main admin account.
Once you have all the information filled in, hit the submit button. Assuming there are no errors Stash will run the installer. Creating your config file and setting up the database tables. After Stash is successfully installed, please remove the install folder from your server.