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

Note on project installation #8

Open
damko opened this issue Aug 26, 2014 · 5 comments
Open

Note on project installation #8

damko opened this issue Aug 26, 2014 · 5 comments

Comments

@damko
Copy link

damko commented Aug 26, 2014

I just tried to install the project and I have a note for linux users.

You must install sqlite for php otherwise you'll get this error :

Uncaught exception 'PDOException' with message 'could not find driver'

right after composer install

apt-get install php5-sqlite
@flipace
Copy link

flipace commented Aug 27, 2014

You only need the sqlite driver if you use sqlite as your database - you can change this in /app/config/database.php

@damko
Copy link
Author

damko commented Aug 27, 2014

yes but it throws the error during the installation if php5-sqlite is not present

@flipace
Copy link

flipace commented Aug 27, 2014

Ah, alright - thanks for the info.

@ikhsan017
Copy link
Member

it is because composer try to run migrate.php file as defined in
post-create-procet-cmd section

On 27/08/14 17:51, Patrick Neschkudla wrote:

Ah, alright - thanks for the info.


Reply to this email directly or view it on GitHub
#8 (comment).

@ikhsan017
Copy link
Member

[email protected] - password

mentioned in the readme file :)

On 28/08/14 00:10, Mirzalazuardi wrote:

what username & password on first installation pak iksan ?


Reply to this email directly or view it on GitHub
#8 (comment).

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

No branches or pull requests

3 participants