https://github.com/badsyntax/kohana-installer
Command line installer for Kohana using Github sources
https://github.com/badsyntax/kohana-installer
Last synced: 10 months ago
JSON representation
Command line installer for Kohana using Github sources
- Host: GitHub
- URL: https://github.com/badsyntax/kohana-installer
- Owner: badsyntax
- Created: 2011-09-24T13:52:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-24T13:59:41.000Z (over 14 years ago)
- Last Synced: 2025-02-15T05:15:02.766Z (12 months ago)
- Language: Shell
- Size: 497 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kohana Installer
A command line installer for the Kohana source on Github.
Lets you choose a directory to install to, modules to install, and branch to use. Can also install the basic application structure: `index.php`, `bootstrap.php`, etc.
## Installation
1. Clone the repository somewhere.
2. Make `kohana` executable.
3. Symlink `kohana` somewhere in your `$PATH`.
If you are unsure where to create the symlink, use `/usr/local`:
ln -s kohana /usr/local/kohana
__If you don't know what `$PATH` is, [search Google](http://www.google.com/search?q=bash+path).__ (Some of you are probably thinking "I use ZSH, you insensitive clod!" Well guess what? Most people don't. Get over it.)
## Usage
1. Execute `kohana --help` to show available options.
2. ???
3. Profit.