fusionauth-install icon indicating copy to clipboard operation
fusionauth-install copied to clipboard

FusionAuth simple install scripts. Copy, Paste, Code.

Results 5 fusionauth-install issues
Sort by recently updated
recently updated
newest added

I had to add `-L` to the curls in `fusionauth/bin/startup.sh` in order to boot the server ``` curl ${CURL_OPTS} "${DOWNLOAD_URL}" -L -o "${JAVA_DIR}/openjdk-macos-${JAVA_VERSION}.tar.gz" ``` Because the tar if downloads was...

See example modification: https://github.com/jerryhopper/fusionauth-install/blob/master/install.sh ``` # Expirimental Aarch64 support. # Uses https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot # tested on NanoPi Neo2 (1gb) using Dietpi (www.dietpi.com) if [ "$(uname -m)" = "aarch64" ]; then echo...

# Summary - This updates the installation instructions for Windows users to indicate that PowerShell must be used to install (as opposed to the command prompt, etc) # Screenshot ![Screen...

This adds a `getit` script to simplify downloading Docker Compose files to start an instance, allowing someone to run: ```shell $ curl -s https://fusionauth.io/getit | sh -s -- --docker-compose ```...