krzysiekpiasecki / Gentelella

Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
http://gentelella.herokuapp.com
MIT License
100 stars 54 forks source link

Add a minimal documentation #53

Closed MedUnes closed 7 years ago

MedUnes commented 7 years ago

I think a minimal documentation is necessary on how to build using composer, bower and phing..

krzysiekpiasecki commented 7 years ago

Do you think it's a too tiny documentation?

composer create-project krzysiekpiasecki/gentelella gentelella "dev-master"
$ cd gentelella
$ composer setup
$ composer test
$ php bin/console fos:user:create
$ php bin/console server:run 127.0.0.1:8080 --env=prod
MedUnes commented 7 years ago

No, this should be allright, though it must be published on the readme.md or a .rst file, as some developers might be beginners..

MedUnes commented 7 years ago

I am sorry, didn't notice the link, it is ok, thanks.

krzysiekpiasecki commented 7 years ago

@MedUnes I've added a INSTALL file, following your issue. If you haven't got any further notices, please close the ticket.

PS Maybe you can first test the commands from INSTALL file in the windows terminal?

krzysiekpiasecki commented 7 years ago

@MedUnes Do you work on WIN OS?

ahamedifham commented 7 years ago

[InvalidArgumentException] Could not find package krzysiekpiasecki/gentelella with version dev-master in a version installable using your PHP version 5.6.25.

I am getting this error when I try to install from Composer in windows. How should I tackle it?

krzysiekpiasecki commented 7 years ago

This app requires PHP7.

Look at: https://github.com/krzysiekpiasecki/Gentelella/blob/master/composer.json