Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed May 11, 2011
1 parent ae062ea commit 9a5b1c4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions newapp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Kohana Application Installer
# ----------------------------
# ============================
#
# This is a small bash script for installing the core files for
# a Kohana application. Will install at the path specified a
Expand All @@ -10,14 +10,16 @@
# as a submodule and you are given the option to install
# Kostache because you just should!
#
# Author: Luke Morton <lukemorton.designs@gmail.com>
# Author
# ------
# Luke Morton <lukemorton.designs@gmail.com>
#
# Requirements:
#
# * git
# Requirements
# ------------
# * git
#
# Usage:
#
# Usage
# -----
# sh koapp.sh /var/www/my-new-app
# git submodule add https://github.com/kohana/database.git modules/database
# git submodule add https://github.com/kohana/orm.git modules/orm
Expand Down

0 comments on commit 9a5b1c4

Please sign in to comment.