[logaling-commit] logaling/logaling-server [master] Add text on how to install and setup

Back to archive index

SUZUKI Miho null+****@clear*****
Fri Aug 24 16:32:47 JST 2012


SUZUKI Miho	2012-08-24 16:32:47 +0900 (Fri, 24 Aug 2012)

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

  Log:
    Add text on how to install and setup

  Modified files:
    README.md

  Modified: README.md (+27 -0)
===================================================================
--- README.md    2012-08-23 09:51:44 +0900 (8e23a53)
+++ README.md    2012-08-24 16:32:47 +0900 (01c2982)
@@ -1,3 +1,30 @@
 ## logaling-server
 
 [![Build Status](https://secure.travis-ci.org/logaling/logaling-server.png)](http://travis-ci.org/logaling/logaling-server)
+
+[logaling-server](http://logaling.github.com/related-projects.html) logaling-server is a Web application that allows you to easily search on the Web glossaries that are created using the logaling-command.
+
+### To install:
+
+    % gem install logaling-server
+
+### To setup:
+
+    % rake db:migrate
+    % rake loga:index
+
+### To start web application
+
+    % rails server
+
+You can see your logaling-server site at http://localhost:3000/.
+
+### To import external-glossaries
+
+    % rake loga:import
+
+### License
+
+  GNU GENERAL PUBLIC LICENSE Version 3. See COPYING.<br/>
+(Miho Suzuki has a right to change the license including contributed patches.)
+
-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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