backtik-red-herring 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +5 -2
- data/app_generators/herring/templates/config.ru +1 -1
- data/lib/herring.rb +1 -1
- data/red-herring.gemspec +1 -1
- metadata +1 -1
data/README
CHANGED
@@ -8,11 +8,14 @@ Herring is installed as gem.
|
|
8
8
|
gem sources -a http://gems.github.com
|
9
9
|
sudo gem install backtik-red-herring
|
10
10
|
|
11
|
-
Generating
|
11
|
+
Generating or Initializing
|
12
12
|
You can generate a new Herring structure with the herring command
|
13
13
|
cd /path/to/some/folder
|
14
14
|
herring some_name
|
15
|
-
|
15
|
+
OR
|
16
|
+
You can initialize an existing directory with the --init option
|
17
|
+
cd /path/to/some/herring/folder
|
18
|
+
herring --init
|
16
19
|
|
17
20
|
Using
|
18
21
|
Herring runs atop Rack. You can run Herring with Rack's rackup command. The default port is :9292
|
data/lib/herring.rb
CHANGED
data/red-herring.gemspec
CHANGED