Set up a developer workstation
Set up your local environment to develop with Guidewire InsuranceSuite by installing required tools, configuring access, and starting the development environment.
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 a developer workstation
You need to perform a few actions on your machine and in the development tools.
Install and configure Git
-
Install Git.
-
Install the Git Large File Storage (LFS) extension.
-
Enable long path support:
git config --global core.longpaths true
Install and configure Java
-
Install the Java Development Kit (JDK).
Set the
%JAVA_HOMEenvironment variable to the JDK installation directory.
Configure Bitbucket access
-
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 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.
Start Guidewire Studio
-
Navigate to the directory with the project.
-
Run Studio:
./gwb studio