xsanisty / SlimBoard

Starter Application built on Slim Framework in MVC (and HMVC) environment
http://www.xsanisty.com/project/slim-starter
MIT License
287 stars 71 forks source link

Note on project installation #8

Open damko opened 10 years ago

damko commented 10 years ago

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 commented 10 years ago

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

damko commented 10 years ago

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

flipace commented 10 years ago

Ah, alright - thanks for the info.

ikhsan017 commented 10 years ago

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 https://github.com/xsanisty/SlimStarter/issues/8#issuecomment-53553685.

ikhsan017 commented 10 years ago

admin@admin.com - 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 https://github.com/xsanisty/SlimStarter/issues/8#issuecomment-53606615.