-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation have a lot of missing information #431
Comments
Thanks for bringing this up @EasyNetDev, let's see:
I am not aware that this is required, it could be and we could add it to the So my question is, what steps are needed to replicate this problem?
We could add this info to https://openwisp-radius.readthedocs.io/en/stable/developer/setup.html
To say something is completely broken is not helpful. Please list the steps you are making to encounter this issue so we can
It's a standard deployment procedure with Django which we do not need to repeat in our docs,
It's not a matter of Django 4, if you have a webpage which is not hosted on We could add this info in the setup page too, to clarify.
This is the docs we have, let's improve it. The ansible openwisp2 role is recommended for prod deployments: The development version supports CORS too: |
Hi @nemesisdesign , Thanks for your info. That's good. I will try to fork the sources and add this info in the documentation. After I deleted the whole database and I did:
I manage to fix my issue for bug #267 . I have no clue why this happen, but I was strugguling with this issue for few months. I will do another installation in a few days to have an exact output errors for the dependencies I faced in my instalation. Also I'm using the devel version right now. But now I'm facing another error when I'm trying to add an Owner to the Organization:
I don't know if is a bug or I still have something missing. |
And if I want to add a new Organization owner I'm getting again an error:
|
The You can work around it by simply assigning a user as a member of the organization from the user management page, that user will automatically become owner of the organization. |
Hi, Ok. If I'm adding the user under organization, is working. But if I'm going to And after field are looking like: then I'm getting the error: Same issue if I'm going to: Then the error: Complaining error is a lillte bit confusing: indeed there is no owner, but that's the idea to add an owner. |
Hi,
Each time I'm trying to follow OpenWISP Radius configuration I notice that is outdated.
For example:
The configuration from documents ends with this when I'm trying to run it
I couldn't find any solution to this issue, just to remove the Social Media configuration.
Point 3 is leading to issues when I'm trying to delete stuff in OpenWISP Radius, similar to bug [bug] Site deletion results in an error #267.
The part with ./manage.py collectstatic is not mantioned anyway. Also there is no info how to install correctly the OpenWISP Radius templates. After long searches on internet I found this command, but the template is still Djingo one.
Starting with Djingo 4.x there is necessary to install and set django-cors-headers, otherwise all POST are rejected:
There is a better documentation somewhere else where I can use to install correclty this software?
I'm using a virtual enviroment for my setup, using like this:
The text was updated successfully, but these errors were encountered: