[GH-ISSUE #336] install docs miss the composer step #289

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

Originally created by @ehanuise on GitHub (Apr 5, 2019).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/336

Originally assigned to: @yvesdaxmaz on GitHub.

🐛 Bugreport

Just reinstalled to go to the latest version, and followed https://cypht.org/install.html
the composer step is not yet mentioned there, so it failed until I found issue #320
=> update https://cypht.org/install.html to add the composer install step ;-)

Originally created by @ehanuise on GitHub (Apr 5, 2019). Original GitHub issue: https://github.com/cypht-org/cypht/issues/336 Originally assigned to: @yvesdaxmaz on GitHub. ## 🐛 Bugreport Just reinstalled to go to the latest version, and followed https://cypht.org/install.html the composer step is not yet mentioned there, so it failed until I found issue #320 => update https://cypht.org/install.html to add the composer install step ;-)
kerem 2026-02-25 21:34:39 +03:00
Author
Owner

@yvesdaxmaz commented on GitHub (Apr 13, 2019):

The installation script which is on the https://cypht.org/install.html contains line which run composer install when that script is executed you don't have to execute second time composer install

# unpack the archive
unzip master.zip

# run composer
cd cypht-master && composer install && cd ..
<!-- gh-comment-id:482811630 --> @yvesdaxmaz commented on GitHub (Apr 13, 2019): The installation script which is on the https://cypht.org/install.html contains line which run `composer install` when that script is executed you don't have to execute second time `composer install` ``` # unpack the archive unzip master.zip # run composer cd cypht-master && composer install && cd .. ```
Author
Owner

@ehanuise commented on GitHub (Apr 13, 2019):

totally missed that one, thanks :)

On 13/04/19 15:58, Yves Kipondo wrote:

The installation script which is on the https://cypht.org/install.html
contains line which run |composer install| when that script is
executed you don't have to execute second time |composer install|

|# unpack the archive unzip master.zip # run composer cd cypht-master
&& composer install && cd .. |


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/jasonmunro/cypht/issues/336#issuecomment-482811630,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGtnsaqpSrVGQgFZRpcunLqa8a_d9UW4ks5vgeKjgaJpZM4ced2B.

<!-- gh-comment-id:482830942 --> @ehanuise commented on GitHub (Apr 13, 2019): totally missed that one, thanks :) On 13/04/19 15:58, Yves Kipondo wrote: > > The installation script which is on the https://cypht.org/install.html > contains line which run |composer install| when that script is > executed you don't have to execute second time |composer install| > > |# unpack the archive unzip master.zip # run composer cd cypht-master > && composer install && cd .. | > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/jasonmunro/cypht/issues/336#issuecomment-482811630>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AGtnsaqpSrVGQgFZRpcunLqa8a_d9UW4ks5vgeKjgaJpZM4ced2B>. >
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#289
No description provided.