[GH-ISSUE #515] Installation on Debian 10 PHP 7.3.29-1~deb10u1 #389

Closed
opened 2026-02-25 21:34:54 +03:00 by kerem · 2 comments
Owner

Originally created by @jeremiah on GitHub (Sep 13, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/515

🐛 Bugreport

Installation script as found here: https://cypht.org/install.html fails because it cannot find 'composer'

Version & Environment

Not using git repo, just cutting and pasting the script

OS: [Debian 10, php 7.3]

Steps to reproduce

chmod 755 cypht.install.script.sh
sudo ./cypht.install.script.sh

receive error;

 inflating: cypht-master/tests/selenium/settings.py                                                                                                                                                        
  inflating: cypht-master/third_party/cash.min.js                                                                                                                                                           
  inflating: cypht-master/third_party/forge.min.js                                                                                                                                                          
  inflating: cypht-master/third_party/push.min.js                                                                                                                                                           
./cypht.install.sh: line 25: composer: command not found                                                                                                                                                    
cp: cannot stat 'cypht-master/hm3.sample.ini': No such file or directory                                                                                                                                    
find: ‘cypht-master’: No such file or directory                                                                                                                                                             
chmod: missing operand after ‘755’                                                                                                                                                                          
Try 'chmod --help' for more information.                                                                                                                                                                    
find: ‘cypht-master’: No such file or directory                                                                                                                                                             
chmod: missing operand after ‘644’                                                                                                                                                                          
Try 'chmod --help' for more information.                                                                                                                                                                    
chown: cannot access 'cypht-master': No such file or directory                                                                                                                                              
mv: cannot stat 'cypht-master/*': No such file or directory

I think php's 'composer' needs to be installed to stop this error. Will test.

Originally created by @jeremiah on GitHub (Sep 13, 2021). Original GitHub issue: https://github.com/cypht-org/cypht/issues/515 ## 🐛 Bugreport Installation script as found here: https://cypht.org/install.html fails because it cannot find 'composer' ### Version & Environment Not using git repo, just cutting and pasting the script OS: [Debian 10, php 7.3] ### Steps to reproduce chmod 755 cypht.install.script.sh sudo ./cypht.install.script.sh receive error; ```. . . inflating: cypht-master/tests/selenium/settings.py inflating: cypht-master/third_party/cash.min.js inflating: cypht-master/third_party/forge.min.js inflating: cypht-master/third_party/push.min.js ./cypht.install.sh: line 25: composer: command not found cp: cannot stat 'cypht-master/hm3.sample.ini': No such file or directory find: ‘cypht-master’: No such file or directory chmod: missing operand after ‘755’ Try 'chmod --help' for more information. find: ‘cypht-master’: No such file or directory chmod: missing operand after ‘644’ Try 'chmod --help' for more information. chown: cannot access 'cypht-master': No such file or directory mv: cannot stat 'cypht-master/*': No such file or directory ``` I *think* php's 'composer' needs to be installed to stop this error. Will test.
kerem closed this issue 2026-02-25 21:34:54 +03:00
Author
Owner

@jeremiah commented on GitHub (Sep 14, 2021):

Installing composer for php should be listed as a requirement, there's nothing on the install page that mentions it. While it appears that installing composer is all that is necessary to address the php requirements, I get another error: #516

<!-- gh-comment-id:918694033 --> @jeremiah commented on GitHub (Sep 14, 2021): Installing `composer` for php should be listed as a requirement, there's nothing on the install page that mentions it. While it appears that installing composer is all that is necessary to address the php requirements, I get another error: #516
Author
Owner

@marclaporte commented on GitHub (Sep 15, 2021):

Thank you @jeremiah!

We have a place just for you here :-)
https://gitter.im/cypht-org/community

<!-- gh-comment-id:919628250 --> @marclaporte commented on GitHub (Sep 15, 2021): Thank you @jeremiah! We have a place just for you here :-) https://gitter.im/cypht-org/community
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#389
No description provided.