Structr on Mac OS X#
Structr can be installed on any recent Apple Mac OS X system with Java JDK 8 installed by performing the following steps:
-
Download the file ending with
-dist.zip
from https://structr.org/download. -
Open a terminal and extract the downloaded file:
unzip structr-<version>-dist.zip
-
Enter the directory which has been created
cd structr-<version>
-
Start Structr
bin/start
You should see the following console output:Creating logs directory... Starting structr server structr-2.1.1.jar: OK
-
Access Structr with your web browser (Note: It can take about 10 s for the server to start).
http://localhost:8082/structr/ -
Login with the default username/password combination
admin/admin
If you run into any issues, please see the article about known issues on Apple Mac OS X.