Windows - Command line installation
Intrexx can also be installed by using the command line. To do so, open the
Windows command line (Start menu / Run…, then enter "cmd"), then navigate to
the download package and enter the following text:
consolesetup.bat
The corresponding installation parameters will be queried. However, you also
have the option to transfer a file called "configuration.properties" that
contains all parameters. The command line call will then look like the following:
consolesetup.bat --configFile=<path to file>\configuration.properties
The "configuration.properties" file must be created manually.
Please enter the corresponding parameters to the file in the following manner:
#Intrexx installation configuration
#TCP-Port for Supervisor Service (default 7960)
de.uplanet.lucy.installer.portalserver.PortalServerPackage.supervisorPort=7960
#Portal server installation
package.de.uplanet.lucy.installer.portalserver.PortalServerPackage=true
#Optional Client (set to false for headless installation)
package.de.uplanet.lucy.installer.portalmanager.PortalManagerPackage=true
#Webserver Connector (set to true, if IIS is used)
package.de.uplanet.lucy.installer.iis.IISPackage=true
#Installation Directory (e.g. c\:\\program files\\intrexx),; please escape special characters with \
installation.dir=c\:\\program files\\intrexx
#Source directory, where the setup files are located; please escape special characters with \
source.dir=d\:\\
#Oracle database support (set to true, if an Oracle DB is used)
package.de.uplanet.lucy.installer.oracle.OraclePackage=false
#Apache Derby database installation
package.de.uplanet.lucy.installer.derby.DerbyPackage=false
de.uplanet.lucy.installer.derby.DerbyPackage.user=derby
de.uplanet.lucy.installer.derby.DerbyPackage.password=derby
de.uplanet.lucy.installer.derby.DerbyPackage.port=1527
#Apache Tomcat Installation, set to true if you want to use Tomcat as webserver
package.de.uplanet.lucy.installer.tomcat.TomcatPackage=false
#Onlineupdate
de.uplanet.lucy.installer.onlineupdate.OnlineUpdatePackage.fileType=false
#Advanced Settings for JRE installed Systems
package.de.uplanet.lucy.installer.instsystem.InstallationSystemPackage=true
de.uplanet.lucy.installer.jre.JrePackage.linked=false
package.de.uplanet.lucy.installer.jre.JrePackage=true
Set the administrator password
Set a password for the administrator as soon as the installation is complete.
Proceed as follows to do so:
- Start the Portal Manager.
- Click on "Extras > Administration logins...".
- Select the "administrator" user in the dialog that opens.
-
Click on "Edit".
The dialog for changing the password will open.
- Leave the "Old password" field blank. (The administrator will be given a blank password during the installation process.)
- Set a new password and repeat it.
- Click on "OK".
You will need to enter this password the next time you log in to the Portal Manager.