Versions Compared

Key

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

After Adeptia Suite is installed, you need to configure the following:

...

  1. Create a new database with utf-8 character set. Following is the query to create a new database in MySQL:

    Code Block
    create database <database_name> default character set "utf8" default collate "utf8_unicode_ci";
  2. Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
  3. Open server-configure.properties file in the Text Editor.
    1. In Frevvo Database Configuration subgroup, provide the details of the database you are using in the properties. 

      abpm.frevvo.db.driver

      Name of the Frevvo database driver URL.

      MySQL: com.mysql.jdbc.Driver

      SQL-Server: com.microsoft.sqlserver.jdbc.SQLServerDriver

      abpm.frevvo.db.url

      Name of the Frevvo database connection URL. The format of the URL is:

      jdbc:<Database_Name>://<IPaddress_on_which_Database_is_installed>:<Database_Port_No>/<Database_Name_Created_in_Step3>

      MySQL: jdbc:mysql://192.168.1.2:3306/frevvoDB

      SQL-Server: jdbc:sqlserver://192.168.1.1:1433;databaseName=frevvo

      abpm.frevvo.db.usernameDatabase username you are using.
      abpm.frevvo.db.passwordPassword to access database.
      abpm.frevvo.dpTypeDatabase you are using, for example, MySQL, SQL-Server.
      Property Name
      Description


       
      Info
      If you are using SQL Server database, use Microsoft driver class and database URL instead of using JTDS.
    2. Save the file.
  4. Start Kernel and WebRunner. This will create Rich Forms related tables in the newly created database.
  5. Open the browser and type the URL in the format: 
    <protocol_name>://<IPaddress>:<Port_No>/frevvo 
    where,
               <protocol_name> is the protocol you are using, for example, http or https.
               <IPaddress> is the domain name or IP address of the server hosting Adeptia Suite.
               <Port_No> is the port number of the server hosting Adeptia Suite.
    For example, http://192.168.1.1:8080/frevvo.
  6. On the License Expired screen, type the license key and click Submit. Contact Adeptia Support Team for the license key.


  7. Sign in to Frevvo using following default credentials and create a tenant:
    Username: admin@d
    Password: admin



    1. On the Manage server screen, click Manage Tenants.



    2. On the Tenants screen, click .
    3. On the Add New Tenant screen, type adeptia in the Tenant IdAdmin User IdTenant NameAdmin User PasswordTenant Description, and Re-enter Admin User Password.
    4. Type support@adeptia.com in the Admin User Email Address.



    5. Click Submit. This creates your tenant.
    6. Sign out from the user account.

  8. Now sign in to Frevvo using following credentials and deploy Adeptia Template Rich Form.   
    Username: adeptia@adeptia
    Password: adeptia
    1. Click Home.



    2. Click Upload.



    3. On the Upload Application screen, click Choose File, and upload AdeptiaTemplate_app.zip file from the folder where you have extracted RichForm patch.



    4. Click Upload.
      This deploys Adeptia Template Rich Form.

...