[GH-ISSUE #121] install script creates subfolder #101

Closed
opened 2026-02-25 21:34:09 +03:00 by kerem · 1 comment
Owner

Originally created by @jult on GitHub (Sep 28, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/121

Originally assigned to: @jasonmunro on GitHub.

The bash script you posted here https://cypht.org/install.html creates a /usr/share/cypht/cypht-master/ dir, and then subsequently everything you mention later on on that page does not compute;

cd /usr/share/cypht  (or wherever you put the code in section 1)
sudo php ./scripts/config_gen.php

There's no ./scripts there.

sudo ln -s /usr/share/cypht/site /var/www/html/mail

There's no /cypht/site dir..

Just sayin'..

Originally created by @jult on GitHub (Sep 28, 2016). Original GitHub issue: https://github.com/cypht-org/cypht/issues/121 Originally assigned to: @jasonmunro on GitHub. The bash script you posted here https://cypht.org/install.html creates a `/usr/share/cypht/cypht-master/` dir, and then subsequently everything you mention later on on that page does not compute; ``` cd /usr/share/cypht (or wherever you put the code in section 1) sudo php ./scripts/config_gen.php ``` There's no ./scripts there. ``` sudo ln -s /usr/share/cypht/site /var/www/html/mail ``` There's no /cypht/site dir.. Just sayin'..
kerem closed this issue 2026-02-25 21:34:09 +03:00
Author
Owner

@jasonmunro commented on GitHub (Sep 28, 2016):

Thanks for the feedback! Just fixed the script:

This:
sudo mv cypht-master $DESTINATION

Should be this:
sudo mv cypht-master/* $DESTINATION

<!-- gh-comment-id:250190697 --> @jasonmunro commented on GitHub (Sep 28, 2016): Thanks for the feedback! Just fixed the script: This: sudo mv cypht-master $DESTINATION Should be this: sudo mv cypht-master/\* $DESTINATION
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#101
No description provided.