Skip to content

Commit

Permalink
Added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nucc committed Feb 2, 2014
1 parent dc4c493 commit c1f9f52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ When a Lucie based application is executed, first it dispatches the request and

Controller implements the business logic, using models and templates for data source and representation. Model uses database to store and fetch data.

### Installation

Lucie provides gem <code>lucie-bin</code> to initialize an application. First you will need to install this on your system.

gem install lucie-bin

You can create a new project with command <code>lucie</code> now.

lucie new my_application

You can try out your new application with running its executable file:

./my_application/bin/my_application --help


### Directory structure

<table>
Expand Down

0 comments on commit c1f9f52

Please sign in to comment.