root/trac/Installation

Revision 105:b55987db0833, 1.3 KB (checked in by Chris Freeze <cfreeze@…>, 3 years ago)

saving trac pages in repository

Line 
1==  ==
2StormXmlSiren is being developed using Python v2.5.2 under Ubuntu.  While it may work under earlier versions of Python, no guarantee is made.  If you do not have Python installed on your computer, you can find a version for your system at [wiki:www.python.org].
3
4To install StormXmlSiren, first download a current version from this website.  Downloads can be found [http://www.cfreeze.com/trac/stormsiren/downloads here].  After the download is complete, you can uncompress the archieve by executing the following command:
5
6{{{
7tar vxjf StormXmlSiren-x.x.x.tar.bz2
8}}}
9Like the original StormSiren, StormXmlSiren's configuration files by default are stored in user specific directories based on the operating system that you may be using.
10
11 * Windows: User configuration files are stored under ''%USERPROFILE%\Application Data\StormXmlSiren''.  The application can be started by either double clicking on the ss.py file from Windows File Explorer or by using the command prompt to execute the script directly.
12 * Unix:  User configuration files are stored within the user's home directory of ''$HOME/.!StormXmlSiren''.
13
14While these are the default locations of user configuration files for StormXmlSiren, the locations of these files can be changed using command line options.
Note: See TracBrowser for help on using the browser.