Skip to content
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

Errors in the INSTALL.md #53

Open
russcook opened this issue Sep 27, 2018 · 0 comments
Open

Errors in the INSTALL.md #53

russcook opened this issue Sep 27, 2018 · 0 comments

Comments

@russcook
Copy link

Under the "Configuration" Section:
You reference the file named: dnote.ini, however the file must be named: d-note.ini.

The paragraph:

Edit the dnote.ini in this directory and update the 'config_path' value in the [default] section.
It is recommended that this value be either either /etc/dnote or ~/.dnote. 
Once edited, copy the dnote.ini file to the directory you created.

should read:

Edit the d-note.ini in this directory and update the 'config_path' value in the [default] section. 
It is recommended that this value be either either /etc/dnote or ~/.dnote. 
Once edited, copy the d-note.ini file to the directory you created.

Under the "NGINX Setup" Section:
The "module" setting in the UWSGI configuration file reads:
module = __init__:dnote
it should read:
module = __init__:DNOTE

[uwsgi]
socket = 127.0.0.1:8081
chdir = /python/path/site-packages/dnote-1.0.1-py2.7.egg/dnote
plugin = python
module = __init__:DNOTE
processes = 4
threads = 2
stats = 127.0.0.1:9192
uid = www-data
gid = www-data
logto = /var/log/dnote.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant