Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install comes with error #7

Closed
Lolles1911 opened this issue Apr 3, 2024 · 2 comments
Closed

install comes with error #7

Lolles1911 opened this issue Apr 3, 2024 · 2 comments

Comments

@Lolles1911
Copy link

Hey there.
tried several times to install version 8.0

each time it comes with 2 warnings:

Setting Up Web Site
================================================= ==============================

chown -R www-data:www-data /var/www/html/laravel-echo-server.json
[=░░░░░░░░░░░░░░░░░░░░░░░░░░░░] (Done!)
supervisorctl reread
[============================] (Done!)
supervisorctl update
[============================] (Done!)
supervisorctl reload
[============================] (Done!)
su www-data -s /bin/bash --command="cd /var/www/html && laravel-echo-server client:add"
[============================] (Done!)
su www-data -s /bin/bash --command="cd /var/www/html && composer install -q"
[=░░░░░░░░░░░░░░░░░░░░░░░░░░░░] (Done!)
su www-data -s /bin/bash --command="cd /var/www/html && bun install"
[============================] (Done!)
[Warning] bash: bun: command not found

su www-data -s /bin/bash --command="cd /var/www/html && bun run build"
[============================] (Done!)
[Warning] bash: bun: command not found

su www-data -s /bin/bash --command="cd /var/www/html && php artisan key:generate"
[============================] (Done!)
su www-data -s /bin/bash --command="cd /var/www/html && php artisan migrate --seed"
[============================] (Done!)
su www-data -s /bin/bash --command="cd /var/www/html && php artisan test:email"
[============================] (Done!)
[OK] Done!

================================================= ==============================
Finalizing Install

Tried with 2 different machines.
have tried with
Ubuntu 22.04 LTS (Jammy Jellyfish)
Ubuntu 20.04 LTS (Focal Fossa)
with the same result.

it is a fresh install

@HDVinnie
Copy link

HDVinnie commented Apr 5, 2024

This is a valid issue. Will be fixed asap. In meantime can just run bun install && bun run build after installer completes.

@HDVinnie
Copy link

HDVinnie commented Apr 5, 2024

@Lolles1911 this is fixed in v1.2.2. You can reformat your server if wish and start install from scratch.

@HDVinnie HDVinnie closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants