Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before proceeding you need to download an Innomatic distribution file (stable ones are available at http://www.innomatic.io/download) or  or build one from Innomatic sources.

To build a distribution file from the current sources you need ant:

Code Block
cd innomatic_sources_path
ant

You can find the newly created distribution file inside build/packages

To setup Innomatic, just unpack the distribution file inside your webserver document root and point the browser to the corresponding URL, then follow the setup wizard

Installing Innomatic

  • Unpack the Innomatic archive, a folder named "innomatic" will be created. Inside this folder, you'll find an index.php file and another "innomatic" folder ("innomatic/innomatic"), that is the real public folder for Innomatic. The index.php file is not a real public Web file, it is the common receiver for the public webapps. If the first level Innomatic directory is left Web publicly available, the index.php file will redirect the browser to "innomatic" subfolder.
  • Create an optional virtual host in your web server configuration for Innomatic public folder (innomatic/innomatic), e.g. innomatic.mydomain.com.
  • Point your browser to the newly created Innomatic virtual host and follow the Web setup procedure.
  • Once you have successfully installed Innomatic, you can access the root control panel.