Table of Contents

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

Installation - Flaarum Tutorials

Installation Instructions on Linux

  1. Open terminal
  2. Install by running the command sudo snap install flaarum
  3. Generate ssl keys by running sudo flaarum.genssl
  4. Restart the flaarum with sudo snap restart flaarum.store

Notes

You don't need a passkey during development.

< Previous Next >