|
@@ -75,13 +75,13 @@ curl -fsSL https://files.fusionauth.io/products/fusionauth/${VERSION}/fusionauth
|
|
|
dnf install -y fusionauth-search-1.51.2-1.noarch.rpm
|
|
|
```
|
|
|
|
|
|
-###### Start the fusionauth server.
|
|
|
+###### Enable and Start the fusionauth server.
|
|
|
```
|
|
|
-systemctl start fusionauth-app
|
|
|
+systemctl enable fusionauth-app --now
|
|
|
|
|
|
-# if you also installed the search -package also start that one
|
|
|
+# if you also installed the optional search-package also start that one.
|
|
|
|
|
|
-systemctl start fusionauth-search
|
|
|
+systemctl enable fusionauth-search --now
|
|
|
```
|
|
|
|
|
|
Your fusionauth server should now be running, and if you opened the port in your firewall available via (http) on port 9011 for initial configuration (See configuration)
|