mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #975] Error setting up -- instance deployment failure. #827
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#827
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?
Originally created by @sammdu on GitHub (Nov 26, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/975
So i followed ur official doc and made my way through (but there are issues before as well, like there are packages required for the installation to continue, but u didn't mention it so i had to spend all day googling error messages X-( )
Here's what i'm trying to do and the error message poped:
the password is replaced here obviously
So what's wrong?
Plz help me thx in advance!
@tonioo commented on GitHub (Nov 26, 2016):
Looks like you already tried to deploy an instance.
You have to remove the
/var/server/modoboa/instancedirectory before you can try a new deploy.@sammdu commented on GitHub (Nov 26, 2016):
Now This happened when i tried to run that again after removing the instance dir...
@sammdu commented on GitHub (Nov 27, 2016):
Any ideas bro?
@tonioo commented on GitHub (Nov 27, 2016):
Your
--dburloption is wrong. Try the following instead:--dburl default:mysql://root:password@localhost:3306/modoboa@sammdu commented on GitHub (Nov 27, 2016):
Okay it seems to be working since it didn't prompt error this time...
Also please include this into ur manual as well as the fact that the users have to install MySQL (or PostgreSQL, but i haven't tried since the error message poped) using their packge manager (mainly for the *-dev packages) or otherwise the pip installation is gonna prompt error...it literally took me a whole day to figure out the problems....so please make people's life easier ;-)
@sammdu commented on GitHub (Nov 27, 2016):
Also in ur Web Server section of the manual, does
modoboa instance dirmean*current_dir*/env/bin/(which is where modoboa-admin.py is at) or*current_dir*/instance(which matches the description...but i'm still not quite sure)?And yeah...i suggest u include this info into ur manual as well since it may cause confusion (or it could be just me thinking too much ;-)
@tonioo commented on GitHub (Nov 27, 2016):
Feel free to contribute to the documentation. If you need something more easy, please check the installer. (https://github.com/modoboa/modoboa-installer)
Instance dir corresponds to the location you used when you deployed modoboa. (running the deploy command)
@sammdu commented on GitHub (Nov 27, 2016):
I've already got a nginx serving as a web server so...i don't want the installer to mess up my current setup...
I would definitely contribute to the doc when i have free time ;-)
Thanks for all ur support!