grena / gruik

Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT]
http://gruik.io
MIT License
321 stars 37 forks source link

error in readme / How to install? #38

Closed jniggemann closed 9 years ago

jniggemann commented 9 years ago

This is the software I have been searching for! In the "How to install?" chapter you mention a file app/config/local/database.php, however there's no directory called 'local' under app/config/... I'm quite sure it's app/config/database.php, is it?

grena commented 9 years ago

Hi jniggemann !

In fact, Laravel can manage multiple environment, by creating subdirectories in app/config. If you don't care about it, you can directly edit the app/config/database.php file, yes :)

RoPe93 commented 9 years ago

I cannot run composer command, what do I need to install?

wbrbr commented 9 years ago

You need to install composer

jniggemann commented 9 years ago

Got it up and running :-) Thank you and keep up the good work!