On April 1, 2021, we are moving all of our QuotaGuard Support Documentation to
https://quotaguard.github.io/qg-docs/
Please Update Your Support Bookmarks
Documentation for this article will be maintained at
https://quotaguard.github.io/qg-docs/quickstart-ruby
Please click on the above link to ensure you are reading
the most recent and updated documentation.
PythonAnywhere can present a problem for our usual QGTunnel/Procfile solution because it doesn’t allow users to run their own binaries, so we created a monkey patch solution that has worked for quite a few customers.
Here is an example using MySQL and some pips we selected for the patch. If you already have other pips setup, please contact our Support if this solution doesn’t work so we can figure out a way to make it work for you.
Our test: Tested to work with Python 3 using mysql-connector-python through PySocks
Please read the README.md file for details on how to use the test application.
- Install the pips in the requirements.txt file:
pip install -r requirements.txt
Setup the environment variables QUOTAGUARDSTATIC_URL or QUOTAGUARDSHIELD_URL from the quotaguard dashboard.
For example: http://username:[email protected]:9293
NOTE: HTTP and SOCKS URL’s are fine, app.py will handle either.- Setup your database connection environment variable DATABASE. For example: mysql://username:[email protected]:3306/database-name
- Run the application:
python app.py
If this doesn’t work, just write us here. We’ll figure it out for you so you can get running.