Hi Phebo,
The best way to use this package on a local server (and in particular JSAS) is to download the bundle. Then extract on to your local server, into a directory that you want to access the site from.
Then open up phpmyadmin and create a database for the new site to use and import the sql that you can find in the package or as a separate download from the download section.
Once the new database is populated then go to the configuration.php in the joomla root (the directory you extracted the bundle into) and change the database and password to match those of the new database.
Specifically you need to change the following lines and add your specific details:
- absolute_path
- cache_path
- mosconfig_db
- mosconfig_livesite
After doing that Im pretty sure everything should be set up - so all you need to do is type in the
http://localhost/directory and you should be up and running.
Let me know how you get on ...
Anthony