Get Started
How to setup a new Project and get started.
To start and create a new Project should only take a few minutes!
Constraints
sbt
is installed.
Create a new Project
We provide a Giter8 to create a new Project.
Go to a directory of your choice and type:
sbt new pme123/scala-adapters.g8
This will guide you through the creation process.
Running the Project
Make sure you are in the project directory, e.g. get-started/
SBT remark: You don’t have to restart your server after changing the code, just refresh the Browser window. SBT will take care of the rest.
See also local-deployment
Open your Browser and open:
http://localhost:9000
This will open the default Job in the Job Cockpit. Hit the Run button (red cycle) to start the dummy Job!
The content should look like:
Project structure
After opening and initializing with Intellij, it should look like:
You can see now the 3 modules:
As mentioned for the default setup there is nothing in the shared- and client-module.