-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Problems installing on ubuntu #156
Comments
Can you show me your apache configuration? Sounds like mod_rewrite may not be enabled. |
Thanks.
fixed it. Now I run into another problem. I put a password of length 4 so I cannot login; How can I change the password in the database now (via phpmyadmin/)? |
As mentioned in #139, it's not checking the password length at sign-in. Are you using the master or develop branch? |
I dropped all the databases and reinstalled so I could enter a longer Maybe I found an inconsitency. If you add a new user, the length must be 10. Currently I am on v.0.3.2-alpha. Should I upgrade to master or will you 2014-06-13 21:59 GMT+02:00 snipe [email protected]:
|
So it sounds like you're using the master branch. The command line code doesn't enforce a password limit, but the login doesn't check for password length anymore, per #139. If you grab the latest develop branch, you should be in better shape. I was waiting to issue a new release until I was done with the localization strings, but develop is currently stable. |
As I said before I am using v.0.3.2-alpha and now I want to change to the develop master. How can I upgrade? Just unzip and overwrite all files? |
Upgrade should be the same across the boards. Unzip the new files, run the artisan migrate tool (in case there were schema changes) and you should be good to go. |
Ok. I got it working. Thank you for all your help. |
I'm pretty sure people have installed this on Ubuntu already. I'm not sure we need a special install for that, but I guess it couldn't hurt? I mean, if you have your web server and PHP set up correctly (including using mod_rewite), it should work the same for all flavors of linux. |
Hi,
I tried to follow your installation guide and install v.0.3.2-alpha under ubuntu 14.04.
worked fine. But when I open the browser I get the following error:
What do you need in order to get this solved?
The text was updated successfully, but these errors were encountered: