jan-gerling / FLOCKA

1 stars 1 forks source link

FLOCKA

Welcome to our charming project, we love to see you here! If you have any suggestions or comments please post them here #2.

Check this issue to get familiar with the basics for this project.

Save these Dates

Guidelines

There are a few guidelines for our project please follow them it will make us all happy .

Executing SBT

Make sure sbt is executable:

chmod u+x ./sbt
chmod u+x ./sbt-dist/bin/sbt

#I guess you may also want to add sbt to your PATH permanently
echo "alias sbt='/path/to/project/sbt'"

Some sbt commands:

Works similarly to Maven in the sense that targets will execute previous targets (e.g. test will compile if needed)

Port scheme

REST Endpoint Users: 8080 Stock: 8081 Order: 8082 Payment: 8083

Cluster seed nodes Users: 2551 Stock: 2561 Order: 2571 Payment: 2581