Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install S4

There are 3 ways:

If you get the binary release, s4 scripts are immediately available. Otherwise you should build the project:

(warning)  integration of S4-72, July 12th, modifies the structure of the build file in S4 projects. If you created projects with an older version, please update the build file following these instructions. Or create a new app and copy/adapt the code from the build file of this new project.

Install S4

There is currently no distribution package as such. So you need to download the source and build the platform.

...

  1. Compile and install S4 in the local maven repository: (you can also let the tests run, which is currently quite long: we're not yet using mocks)
    Code Block
    S4:incubator-s4$ ./gradlew install -DskipTests
    .... verbose logs ...
    
  2. Build the startup scripts: 
    Code Block
    S4:incubator-s4$ ./gradlew s4-tools:installApp
    .... verbose logs 
    ...:s4-tools:installApp
    

...