Installation
- To install openwrite, clone it with
pip:
pip install openwrite
- Then run:
openwrite init
- Answer few questions about your instance to generate .env and create all necessary directories.
- Run:
openwrite run
to run it in foreground or:
openwrite run -d
to run it in background.
Default user is admin with password openwrite. You can (and should!) change it in your dashboard. Enjoy!
- Enjoy!