Versions Compared

Key

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

Steps for setting up of new trial instance

Step 1: Login to data base with the your credentials.

Step 2: Create a empty data base. Eg: `mifostenant-[ClientName]` (Make sure `mifostenant-` is prefixed while creating the data base)


Step 3: Click on `mifosplatform-tenants` data base and run the below insert script to add the new tenant to the tenant_server_connections table.
INSERT INTO `tenant_server_connections` VALUES ('localhost', '[NEW TENANT DATAASE NAME]', '3306', 'root', 'mysql', 1, 5, 30000, 1, 60, 1, 50, 1, 40, 20, 10, 60, 34000, 60000, 0, 1);


Step 4: Login to the putty using the credentials (login as: ubuntu)

Step 5: Run the below commands one by one.
$ ps -ef | grep java
$ KILL -9 [RUNNING TOMCAT ID]
$ SUDO sh /usr/share/tomcat7/bin/startup.sh