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

bin/server.sh is not working #9

Closed
AasSuhendar opened this issue Mar 9, 2016 · 4 comments
Closed

bin/server.sh is not working #9

AasSuhendar opened this issue Mar 9, 2016 · 4 comments

Comments

@AasSuhendar
Copy link

I want to run PHP built-in server, but when i write 127.0.0.1:8000 or localhost:8000 is not working.

@kenjis
Copy link
Owner

kenjis commented Mar 9, 2016

@AasSuhendar What do you mean by not working? What happened? Any error messages?

@AasSuhendar
Copy link
Author

I run a comand line bin/server.sh to run php built-in server, and then i write url 127.0.0.1:8000, but the web page not appear. The error message in my browser "This Web Page is not avalilable".
a comand line bin/server.sh is equals php -S localhost:8000 or 127.0.0.1:8000 it is right? Because i had seen in bin\server.sh it same way. But, why the web page not appear when i run with your comand line. I'm sorry, I still beginner master. Thanks

@kenjis
Copy link
Owner

kenjis commented Mar 9, 2016

@AasSuhendar Did you install CodeIgniter like the following?

$ composer create-project kenjis/codeigniter-composer-installer codeigniter

bin/server.sh is equals to php -S 127.0.0.1:8000 -t public/ bin/router.php.

@AasSuhendar
Copy link
Author

Yes, follow that way.
I have tried again to install new project but still same condition.

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

No branches or pull requests

2 participants