-
Notifications
You must be signed in to change notification settings - Fork 87
[docs] development env uses sqlite but docs explain to use postgresql #53
Comments
You can create the database structure using |
By default the enviroment for the development is sqlite but if someone wants make an installation for the production, the procedure is different and there isn't any description of this in the documentation (for example the passages which include the installation and configuration of postgres). |
Summary:
Proposed solution: add a new section after "How to install freeradius 3" in Installation and configuration of Freeradius 3 the page which explains how to reconfigure the development environment using postgresql, create the database and run the development server so freeradius will work when started. This way we will achieve a smooth guide for newcomers. |
Can help with this. |
When I installed django freeradius, I saw that some staps are missing in the documentation. I follow this tutorial, http://django-freeradius.readthedocs.io/en/latest/general/freeradius.html, for the installation of freeradius on a virtual machine with debian. Among installation requirements of sql there is also python_ mysql.db . After do that for the configuration with postgresql, It's necessary to install and import the schema.sql in postgres. There isn't any tutorial for this.
@nemesisdesign
The text was updated successfully, but these errors were encountered: