mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1959
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/16
Author: @simonkern
Created: 10/16/2013
Status: ✅ Merged
Merged: 11/2/2013
Merged by: @tonioo
Base:
master← Head:master📝 Commits (5)
dc688ecfixed the path for core/commands/templatesd8f39f7added possibility to supply database settings and domain via command line args999a78badded silent installation / database_urls to the docs9efd084added preliminary test17c198efixed wrong driver for PostgreSQL in dovecot conf📊 Changes
7 files changed (+143 additions, -37 deletions)
View changed files
📝
MANIFEST.in(+2 -1)📝
doc/getting_started/install.rst(+26 -1)📝
doc/integration/imap_and_smtp.rst(+7 -7)📝
modoboa/core/commands/__init__.py(+1 -1)📝
modoboa/core/commands/deploy.py(+73 -27)📝
requirements.txt(+1 -0)📝
tests/install_from_scratch.py(+33 -0)📄 Description
Fix for #490
While trying to deploy modoboa, it throws an error due to a wrong path. This is most likely related to the following commits:
github.com/tonioo/modoboa@02b1388d79and / orgithub.com/tonioo/modoboa@937e09c723The new template path was also missing in the MANIFEST.in
IOError: [Errno 2] No such file or directory: '/Users/simme/.virtualenvs/test/lib/python2.7/site-packages/modoboa-1.0.1-py2.7.egg/modoboa/core/commands/commands/templates/settings.py.tpl'Implementation of #489
In order to make the instalation using salt stack, modoboa-admin.py needs to have extra parameters for database configuration
If a users enters a nonsense url like "postgres://" it falls back to asking questions...
please see:
http://dev.modoboa.org/issues/490
and
http://dev.modoboa.org/issues/489
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.