Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Installation Web Server Launch Failing #55

Closed
arthurchipdean opened this issue Jul 6, 2014 · 4 comments
Closed

Installation Web Server Launch Failing #55

arthurchipdean opened this issue Jul 6, 2014 · 4 comments

Comments

@arthurchipdean
Copy link

I have been trying to install Apigility with the following command:
php -r "readfile('https://apigility.org/install');" | php
The installation runs but at the end I am getting this error:
Install Apigility
Installation complete.
Running PHP internal web server.
Open your browser to http://localhost:8888, Ctrl-C to stop it.
[Sun Jul 06 07:35:37 2014] Failed to listen on 0:8888 (reason: php_network_getaddresses: getaddrinfo failed: No such host is known. )

I have tried the installation on two different computers and I get the same error.

Thank you!

@weierophinney
Copy link
Member

Actually, it looks like installation worked, but that the address we're using to launch the web server is not. From the new installation directory, try running the following:

$ php -S 0.0.0.0:8888 -t public/ public/index.php

I'll open an issue on the installer to use this (instead of the current 0:8888).

Of the above still does not work, please let me know what operating system you are using.

@arthurchipdean
Copy link
Author

I'm on windows. I was able to get it running with this command:

php -S 0.0.0.0:8888 -t C:\Sites\apigility\public public/index.php

Thanks again!

@arthurchipdean arthurchipdean changed the title Installation Failing Installation Web Server Launch Failing Jul 6, 2014
@ezimuel
Copy link
Contributor

ezimuel commented Jul 7, 2014

I'm closing this in favor of zfcampus/apigility.org#15

@ezimuel ezimuel closed this as completed Jul 7, 2014
@ezimuel
Copy link
Contributor

ezimuel commented Jul 8, 2014

@spirewebsitedesign We just fixed this with zfcampus/apigility.org#16 and deployed on apigility.org. Can you check now? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants