Table of Contents

Introduction Installation Projects Tables Inserts Searches Updates Deletes CLI Production Installation Partial Autoscaling Good Practices Conclusion

Production Installation - Flaarum Tutorials

  1. Launch a Ubuntu 24.04 server and ssh into it.
  2. Install with the command sudo snap install flaarum
  3. Generate ssl keys by running sudo flaarum.prod genssl
  4. Make production ready by running sudo flaarum.prod mpr
  5. Restart the flaarum with sudo snap restart flaarum.store
  6. Run sudo flaarum.prod r to get your key string. Needed in your program to connect to your flaarum server.
  7. You would also need the server's IP address for your program

Notes

  1. The programs' default port is 22318.
  2. flaarum's data path during production is /var/snap/flaarum/common/
< Previous Next >