On This Page:
...
- You must register for a account, generate a 30 day trial license and download the tomcat bundle from the web site.
- Download the tomcat bundle to your local machine
- Generate a 30-day trial license. You will receive an email with a link to activate your account. Click the link in the email and follow the prompts.
- Ensure that you do not have another server running on ports 8443 or 8983.
- Unpack the frevvo.zip file to the location of your choice: e.g. /Users/me/frevvo. We'll refer to this directory below as <frevvo-home>.
- Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
- Navigate to <frevvo-home>/solr/bin. Run this command to make the solr startup file executable:
chmod +x solr - Navigate back to the solr directory
cd .. - Start the Insight server by typing:
bin/solr start - this starts the Insight server in the background. - Browse http:<your server:port>/solr to verify the Insight server is running. The default values for the server and port are localhost:8983. Change them to point to the server and port where the Insight server is running if it is different from the default values. You will see the Insight server (Solr) dashboard with the current status:
- Start : <frevvo-home>/tomcat/bin/catalina.sh run. This starts tomcat on port 8443 with pre-configured.
- In your browser, go to https://<server-name>:8443/frevvo/web.
- A current license is required. If frevvo does not accept your license after multiple attempts, please try restarting your frevvo server after the license install. <frevvo-home>/tomcat/bin/catalina.sh stop. When tomcat has stopped, restart using <frevvo-home>/tomcat/bin/catalina.sh run.
Warning |
---|
If you start before the Insight server, you will see this message when you browse the login URL. Follow these steps to start the servers in the correct order:
|
Installing as a Linux Service
frevvo and solr can be installed and started/stopped as a Service. Batch files provided in the <frevvo-home> directory can install, configure and monitor the service:
The service files provided are frevvo-tomcat.service and frevvo-solr.service
frevvo will run as a Windows Service whether you are using the Development Kit (JDK) or Java Runtime Environment (JRE).
Follow these steps to install as a Windows Service:
Make sure that the name of the directory where you installed frevvo does not have any spaces in it.
Next Steps
Your frevvo server installation is complete. You are now ready to create your firsts tenant, users, forms and workflows. See the documentation for creating a tenant and users.
...