Set up developer workstation
Besides a standard InsuranceSuite application environment, a developer workstation must include the following:
- Git version 2.24.0 or later
- Git Large File Storage (LFS) extension
- Java 11
Remote InsuranceSuite Cloud development requires a cloud-based application database.
Set up the developer workstation
You need to perform a few actions on your machine and in the development tools.
Git
-
Install Git.
-
Install the Git Large File Storage (LFS) extension.
-
Enable long path support:
git config --global core.longpaths true
Java
-
Install the Java Development Kit (JDK).
Set the
%JAVA_HOME
environment variable to the JDK installation directory.
Bitbucket
-
Select Profile → Manage account.
-
Select HTTP access tokens → Create token.
-
Provide a token name.
-
In Permissions, from the Project permissions drop-down list, select Project write.
-
Create the token and save it in a secure place.
-
Navigate to the project and the repository that you want to work on.
-
Clone the repository using the HTTPS method.
When providing access credentials, use the access token as your password.
On your machine
-
Navigate to the directory with the project.
-
Run Studio:
./gwb studio