Table of Contents

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

Production Installation - Flaarum Tutorials

  1. Launch a Ubuntu 22.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

The programs' default port is 22318.

You should place your web application and your database on the same private network for speed sake.

flaarum's data path during production is /var/snap/flaarum/common/

< Previous Next >