Installation and Setup#
Structr runs on any platform with Java JDK 8 installed. All you need is contained in a single distribution file.
-
Download the binary distribution file (-dist.tar.gz) from https://structr.org/download.
-
Extract the file and enter the created directory (with
bin/
,lib/
and the.jar
file). -
Start Structr from this directory with the following command:
bin/start
-
Open http://localhost:8082/structr in your web browser.
-
Login with the default credentials
admin/admin
.
By default, Structr starts an embedded Neo4j database. To connect to a running Neo4j database, configure Structr to remote mode as described in this article.
Specific Operating Systems
For details on how to run Structr on GNU/Linux, go to this article.
Apple Mac OS X users proceed to the section about Structr on Mac OS X.
Structr can also be installed and run on Microsoft Windows as described here.
Open Source
Structr is Open-Source software and the complete source code is available on GitHub: https://github.com/structr/structr
Here you can download the repository as one large ZIP file: master.zip