-
Notifications
You must be signed in to change notification settings - Fork 184
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
Error 500 after redirect from / to /auth/login #126
Comments
Try to install bower and make bower install. For me works. |
Are you running from If not, I've broken something >_< |
Before I run below commands I typed:
Few minutes ago I typed this command sequence:
and It still the same, or a little bit not the same because I was not redirected to /auth/login My platform is:
|
If you are going to run from master you need to also run the |
Thanks :) It's my first time with node, bower, glup and other many dependencies. In the other hand I think that It is more complicated and this app needs a lot of things to do for install. It is technology bomb of requirements and dependencies. It is not lightweight and nice to install. Why composer can not install requirement dependencies ? I know that composer is for PHP dependencies, npm is manger for node.js and bower for JS. too many or too much things to do in my opinion. I thought that PHP is simpler and faster in developing process than java, but I see some times we can complicate PHP application to Java-like maven-spring-struts project: compile, install dependencies, configure in XML files, create beens and more and more... It was realy sad that is complicated. Every thing I do I do with good rule: simpler is better. Could You like explain me Why it so hard to install, why I must run a lot of commands ? |
I typed with success glup but still the same |
You shouldn't actually need bower and gulp when running from a tagged version as the CSS/JS is compiled already in the released versions. node is needed for the websocket server which is used for broadcasting realtime updates to clients. |
Hmm, can you take a look in |
It is odd because artisan creates all tables the connection of database is ok. I try to remove all and start again. |
Ah, from a google search, this is PDO causing the problem. In I may have to tweak the installer to change localhost to 127.0.0.1 automatically. Interesting that it worked for setting up the initial database |
My .env file
Second time I downloaded this project and run all comands, reconfigure I have no idea. Is the simplest way to install it ? Without node.js bower and glup ? |
I'm really not sure what you are doing which is causing problems, I've done a fresh install, here is what I did
It worked fine. Did you edit |
Did you run it on gentoo Linux ? |
It has been years since I have used gentoo, but I am trying it now.... could take a while |
With Apache not nginx |
OK, still compiling everything. Net connection was playing up last night |
The Virtual Hosts on Apache doesn't metter, because when I go to url: http://localhost/deployer/public/ |
Is there anything in the apache error log? Still compiling... everytime I think I'm done I realise I've missed something else out, now I remember why I use Ubuntu |
but debian familly operating system is not actual and a lot of things of linux tools or package doesn't work. Packages are renemed and apt-get is very very hard to type. eix end emerge is simplest :) But it is my opinion :) |
OK well after finally getting everything installed it worked exactly as intended
|
Ok lets try. |
Is there anything in your Apache error log? |
I am trying install like You. Give me some time :) |
Ok. I add the error log in apache, before I have forgotten about it.
|
I have forgotten that is a Laravel Project. It's was my mistake, because always when you create / download laravel project on your local mashine You must to change permisions to direcotry named _storage_ this is solution: |
I will close this issue but please add this on _README.md_ file and in the message after "php artisan app:install" command |
Ah! The installer actually checks they are writeable https://github.com/REBELinBLUE/deployer/blob/master/app/Console/Commands/InstallApp.php#L544 But of course just because they are writeable from by the CLI version of PHP it doesn't mean they are writeable to the Apache version >_< I'll add something to the README |
I run the instalation commands from README.md after configure vhost in apache and type my url like deploy.local/ and after it I am redirected to /auth/login and I see HTTP error Code 500 page from chrome.
What I do wrong ?
The text was updated successfully, but these errors were encountered: