This module installes the demo-version off project open, currently only on a centos server.
projectopen { 'Project-Open': }
These are the default parameters.
projectopen { 'Project Open':
address => "0.0.0.0",
companyname => "company",
dbname => "projop",
debug => false,
group => "projop",
hostname => "hostname",
httpport => "8000",
httpsport => "8443",
password => "projop",
serverroot => "/web",
superuser => "postgres",
user => "projop",
}
Git: https://github.com/puppetlabs/puppetlabs-concat.git
Git: https://github.com/puppetlabs/puppetlabs-postgresql.git
Git: https://github.com/puppetlabs/puppetlabs-stdlib.git
The address should be set an to actual value. Setting the address to 0.0.0.0 means aolserver listens on all interfaces
The name of the company.
The name of the database that project open is going to use. This is also the database that postgresql will make.
Debug is turned on for demo servers. Please turn off for performance critical production installations.
The group in which to add the user. If nonexisting, it will be created. The default value is projop.
The hostname should be set to an actual value.
Web server ports. Change to 80 and 443 for production use or use "Pound" as a reverse proxy. If setting httpport below 1024 then please read comments in file: /var/lib/aolserver/service0/packages/etc/daemontools/run
See httpport.
The password for the postgresql database that will be created.
The root user off postgresql. This is to add the plpsql language to the database for project open.
The directory where all the projectopen files will be placed in.
The user off the database on the machine.
You can remove most of the demo data if you use an admin account. You need to go to: /admin/cleanup-demo/. This is the same as ADMIN-> ADMIN HOME -> scroll down till you see the area marked a Dangerous!! and click the first point. This allows to get rid off the demo data.
The other thing you will need to do is adapt the loginscreen, so that is doesnt show the users (and their passwords) anymore. You will need to edit the following file: $serverroot/dbname/www/index.adp and comment out (or delete) lines 45-72 and line 92. There is currently no other way to achive this.