[logaling-commit] logaling/logaling-server [merge-add-user-authentication] Fix setup description

Back to archive index

SHIMADA Koji null+****@clear*****
Thu Aug 30 11:58:43 JST 2012


SHIMADA Koji	2012-08-30 11:58:43 +0900 (Thu, 30 Aug 2012)

  New Revision: 75bccaeafe083da6e854e28d085e39ade8079524
  https://github.com/logaling/logaling-server/commit/75bccaeafe083da6e854e28d085e39ade8079524

  Merged 35e0d3a: Merge pull request #10 from logaling/update-twitter-bootstrap-rails

  Log:
    Fix setup description

  Modified files:
    README.md

  Modified: README.md (+5 -8)
===================================================================
--- README.md    2012-08-30 11:24:57 +0900 (4a6c6f1)
+++ README.md    2012-08-30 11:58:43 +0900 (3017c5b)
@@ -4,24 +4,21 @@
 
 logaling-server is a Web application that allows you to easily search on the Web glossaries that are created using [the logaling-command](http://logaling.github.com/).
 
-### To install:
-
-    % gem install logaling-server
-
 ### To setup:
 
-    % rake db:migrate
-    % rake loga:index
+    % bundle install
+    % bundle exec rake db:migrate
+    % bundle exec rake loga:index
 
 ### To start web application
 
-    % rails server
+    % bundle exec rails server
 
 You can see your logaling-server site at http://localhost:3000/.
 
 ### To import external-glossaries
 
-    % rake loga:import
+    % bundle exec rake loga:import
 
 ### License
 
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



More information about the logaling-commit mailing list
Back to archive index