mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #659] Symlinks to plugin static files missing #617
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#617
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 @smarek on GitHub (Dec 15, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/659
Hi,
in order to get the web interface running, I had to make symlinks for static files of plugins.
I've installed the modoboa using
pip, pointed/sitestaticto/usr/local/lib/python2.7/dist-packages/modoboa/staticand had to add symlinks for plugins I've enabled.Is this somewhere in documentation and I just haven't found that?
Thanks
Eg.
@tonioo commented on GitHub (Dec 15, 2014):
It looks like you forgot to add the '--collectstatic' to the deploy command.
@smarek commented on GitHub (Dec 15, 2014):
That's certainly true, is it possible to link the statics afterwards, without re-installing the instance?
@tonioo commented on GitHub (Dec 15, 2014):
Of course. Go the instance directory, load your virtualenv if necessary and run :
@smarek commented on GitHub (Dec 16, 2014):
Thank you a lot, I'll dig through manage.py more before asking nex time.