Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit ca4c37d

Browse files
author
Mateu Aguiló Bosch
committed
fix: start server properly in the quick installer
1 parent 609513b commit ca4c37d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ if echo "$install_path" ;then
2828
composer run-script install:with-sqlite $install_path --timeout=0 --working-dir $install_path
2929

3030
# Start the built-in PHP server.
31-
composer run-script start-contenta $install_path --timeout=0 --working-dir $install_path
31+
$DRUSH runserver --default-server=builtin 127.0.0.1:8888
32+
$DRUSH user-login --no-browser --uri="http://127.0.0.1:8888"
3233
cd $original_wd
3334
else
3435
echo -e "\nBye!"

0 commit comments

Comments
 (0)