orchestral / platform

Orchestra Platform Application Skeleton
http://orchestraplatform.com/docs/latest
315 stars 33 forks source link

php internal server: 404 #33

Closed pajooh closed 10 years ago

pajooh commented 10 years ago

i just installed platform via composer, and use php internal server to see installation page

php -S localhost:8000 server.php

but the server.php router seems not working or something. because php can not find public packages:

[Tue Feb  4 16:37:43 2014] ::1:45026 [404]: /packages/orchestra/foundation/vendor/select2/select2.css - No such file or directory
[Tue Feb  4 16:37:43 2014] ::1:45027 [404]: /packages/orchestra/foundation/vendor/delta/theme/jquery-ui.css - No such file or directory
[Tue Feb  4 16:37:43 2014] ::1:45028 [404]: /packages/orchestra/foundation/vendor/bootstrap/css/bootstrap.min.css - No such file or director
...

did i missed something? i use

PHP 5.5.8-3 (cli) (built: Jan 24 2014 09:12:11) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies
crynobone commented 10 years ago

i just installed platform via composer, and use php internal server to see installation page

You should use php artisan serve which setup proper php internal server.

pajooh commented 10 years ago

thank you