Deployment View
This part describes WHERE scala-adapters runs.
This content should support the collaboration between:
- Developers
 - Architects
 - System Administrators
 - System Operators
 
Topics:
- System Requirements
 - System environments
 - Supported Technologies / Formats
 - Operation Instructions
 - Troubleshooting/System optimizing tasks
 
Continous Integration CI
We added  a .travis.yml to scala-adapters-g8.
At the moment the sbt command looks a bit complex:
sbt ++$TRAVIS_SCALA_VERSION clean sharedJVM/test sharedJS/test server/test ‘set scalaJSStage in Global := FullOptStage’`
The problem is described here: scalajs-scalatest-referenceerror-jquery-is-not-defined
Further Reading
- Manual Deployment
How to deploy the scala-adapters Project to a local server.