modified: README.rst

This commit is contained in:
Russell Ballestrini 2025-03-02 13:49:13 -05:00
parent 8c698ab4b8
commit fdcbe0db7a

View file

@ -27,6 +27,22 @@ This ``Makefile`` based workflow lets you choose between installing Remarkbox fr
3. **Start the Development Server**
You'll want to configure the system in ``data/development.ini``.
Typically I control most stuff with environment vars, for example ``vars.sh``::
# optional but currently broken...
export REMARKBOX_APP_STRIPE_PUBLIC="pk_test_removed"
export REMARKBOX_APP_STRIPE_SECRET="sk_test_removed"
# optional & you will need to create you're own slack app/bot.
export REMARKBOX_APP_SLACK_PUBLIC="removed"
export REMARKBOX_APP_SLACK_SECRET="removed"
# optional, defaults to localhost & http://localhost:6543
export REMARKBOX_APP_ROOT_DOMAIN="example.com"
export REMARKBOX_APP_URL="https://example.com"
Once the virtual environment is active, run::
make serve