Installation - Flaarum Tutorials
Installation Instructions on Windows
- Get from the store with this link
Installation Instructions on Linux
- Open terminal
- Install by running the command
sudo snap install flaarum
- Generate ssl keys by running
sudo flaarum.genssl
- Restart the flaarum with
sudo snap restart flaarum.store
Notes
You don't need a passkey during development.
Python Library installation (Optional)
- Open terminal
- Install by running the command
pip install --upgrade pyflaarum