You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

Build Structr from the Source Code

This article assumes that you already installed all the prerequisites. To build Structr from the sources, you will need:

  • Git
  • Maven
  • Java 8 (JDK)

Build Structr on a Linux Machine

git clone https://github.com/structr/structr.git
cd structr
mvn clean install -DskipTests
cd structr-ui
mvn validate exec:exec

Other Operating Systems

The build process should be roughly the same on all operating systems.

Optimizing build time

In Structr 2.1, the build configuration has been changed to produce a fast, minimal build, with the option to enable additional modules, distributions, tests. etc. See Structr 2.1 Build Configurations for more information on that topic.

Search results for "Build Structr from the Source Code"

We could not find anything matching "Build Structr from the Source Code" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.