mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #303] Installation on a Plesk managed system #264
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#264
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 @omocinteractive on GitHub (Nov 11, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/303
Originally assigned to: @jasonmunro on GitHub.
🗣 Suggestion
Here my experiences on a popular Plesk managed system (17.8) under Ubuntu 16.04:
Add some extensions for the PHP cli version:
sudo apt-get install php7.2-mbstring
sudo apt-get install php7.2-curl
sudo apt-get install php7.2-mysql
Add pathes to the open_basedir value:
{:}/usr/local/share/cypht{:}/var/lib/hm3
sudo chmod -R 777 /var/lib/hm3/
It's a good project, but i wish the system will be a part of nextcloud (the mail system in nextcloud is very very rudimental).
Kind regards,
Andreas
@dumblob commented on GitHub (Nov 11, 2018):
Sounds like a good idea - could you please post a proposal in the Nextcloud project issue tracker?
@omocinteractive commented on GitHub (Nov 11, 2018):
Feel free to integrate the system into nextcloud - it would be great! I still have to use a external mailsystem because there is no signature and no multiple smtp-server in the offical mailsystem-app - not a good requirement to use it for business.
https://docs.nextcloud.com/server/12/developer_manual/app/startapp.html
@dumblob commented on GitHub (Nov 11, 2018):
I mean, Nextcloud fans shall integrate Cypht into Nextcloud, not the Cypht project itself. It seems Nextcloud dictates strongly how the Nextcloud app shall look like and therefore it might be a viable option to create a fat wrapper over the existing Cypht (and this wrapper most probably won't be part of Cypht because it's too specific and too restrictive and also not easy to test - especially considering the bustling development around Nextcloud, ownCloud and their apps).
@jasonmunro commented on GitHub (Nov 15, 2018):
@omocinteractive thanks for the feedback around Plesk. Having looked briefly at the nextcloud system, it is extremely unlikely that Cypht would be something they want to integrate. Nextcloud has a unified back end system that you create "apps" to work with - Cypht is a complete stand alone program that does not fit that paradigm. With that said, if nextclould exposes features via standard protocols (like carddav), that is something I'm happy to make Cypht work with. In conclusions I'm closing this issue because:
Thanks again for the feedback!