mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #1497] 💬 [Question] How to install on a webhosting with no shell access? #667
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#667
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 @fxzxmic on GitHub (Apr 26, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1497
Originally assigned to: @Baraka24 on GitHub.
💬 Question
As the title asks.
@fxzxmic commented on GitHub (Apr 27, 2025):
In addition, does the program support multiple users to use the same instance? Or do I have to use separate instances for each user?
@Baraka24 commented on GitHub (May 1, 2025):
Cypht supports multiple users to use the same instance. You can easily configure that with database, have a look at https://www.cypht.org/install/ Manual Installation Step6
@christer77 commented on GitHub (Aug 20, 2025):
Hi @fxzxmic , are you there?
@fxzxmic commented on GitHub (Aug 20, 2025):
What happened?
@christer77 commented on GitHub (Aug 20, 2025):
Did you have time to consider Baraka's suggestion?
here: https://github.com/cypht-org/cypht/issues/1497#issuecomment-2844598269
@fxzxmic commented on GitHub (Aug 21, 2025):
He answered the second question I raised in the comments, but no one has answered the first question I raised in the title.
@christer77 commented on GitHub (Aug 22, 2025):
Hi; @fxzxmic
I hope that this should address your concern.
Local installation then transfer (complex)
Make sure that you have managed to install it locally on your computer with Composer and that everything is working well: refer to the installation on Windows or Linux depending on your environment. See https://www.cypht.org/install/
compress the entire project and import it into your hosting space (Transfer the files via FTP)
decompress the project at the root.
if you are under cpanel, the folder structure of "public_html" should look like this:
.env file and configure the folder we just createdYour Cypht is finally ready.
Risk:
@fxzxmic commented on GitHub (Aug 23, 2025):
Got it.