SoftSlate Commerce
Home » Get Support » Documentation » HTML Documentation

Run the SoftSlate Commerce Installer

  1. Navigate to the Installer tool using a browser. Visit the installer directory under the SoftSlate Commerce installation you've deployed. For example, if you deployed SoftSlate Commerce under the /softslate context and you have Tomcat running on port 8080, you would go to this URL: http://<yourhostname>:8080/softslate/installer

  2. Follow the instructions given by the Installer tool to finish installing SoftSlate Commerce. The Installer tool will ask you how to connect to the database and will ask you to provide key configuration settings. It will then attempt to connect to the database, install all the database objects, and initialize the settings.

  3. If you have installed using the .tar.gz file, following a successful installation you may wish to change the permissions of the /WEB-INF/conf/keys directory, the /WEB-INF/classes/appSettings.properties file, and the /WEB-INF/classes/hibernate.properties file back for better security.

    
    [root@server root]# cd /user/local/apache-tomcat/webapps
    [root@server webapps]# chown <restricteduser>.<restricteduser> 
                           softslate/WEB-INF/conf/keys
    [root@server webapps]# chown <restricteduser>.<restricteduser>
                           softslate/WEB-INF/classes/appSettings.properties
    [root@server webapps]# chown <restricteduser>.<restricteduser>
                           softslate/WEB-INF/classes/hibernate.properties
    [root@server webapps]# chmod g-w softslate/WEB-INF/conf/keys
    [root@server webapps]# chmod g-w softslate/WEB-INF/classes/appSettings.properties
    [root@server webapps]# chmod g-w softslate/WEB-INF/classes/hibernate.properties
    						

  4. After a successful installation, please consider visiting the Getting Started chapter to begin working with SoftSlate Commerce.

Copyright © 2009 SoftSlate, LLC. All Rights Reserved.

Powered by SoftSlate Commerce

Foraker Design