|
@@ -2,14 +2,14 @@
|
|
|
A FusionAuth server [https://fusionauth.io/](http://https://fusionauth.io/) resource repository for running it on RockyLinux 9.x
|
|
|
|
|
|
## Installation ##
|
|
|
-<details>
|
|
|
+
|
|
|
<summary>To setup your FusionAuth server start out with a fresh RockyLinux 9.x server/vps/LXC - i use a ProxMox (https://www.proxmox.com/en/proxmox-ve) LXC,
|
|
|
-and will assumes that your server has:</summary>
|
|
|
-
|
|
|
- - (atleast) 4Gb of memory available.
|
|
|
- - Firewall ports for HTTP/HTTPS should be open(ed)
|
|
|
- - SSH acccess to the box.
|
|
|
-</details>
|
|
|
+and will assumes that your server has:</summary></br>
|
|
|
+
|
|
|
+* (atleast) 4Gb of memory available.<br>
|
|
|
+* Firewall ports for HTTP/HTTPS should be open(ed).<br>
|
|
|
+* SSH acccess to the box.<br>
|
|
|
+
|
|
|
|
|
|
######
|
|
|
Install required packages:
|
|
@@ -82,6 +82,7 @@ Start the fusionauth server.
|
|
|
systemctl start fusionauth-app
|
|
|
|
|
|
# if you also installed the search -package also start that one
|
|
|
+
|
|
|
systemctl start fusionauth-search
|
|
|
```
|
|
|
|