https://github.com/orientechnologies/orientdb
Raw File
Tip revision: 3a394ef87dc4312b723db2e4e9feafdfbc7eca24 authored by Tglman on 11 June 2020, 17:23:54 UTC
add implementation for automatic close for idle sockets
Tip revision: 3a394ef
readme.txt
           .                                          
          .`        `                                 
          ,      `:.                                  
         `,`    ,:`                                   
         .,.   :,,                                    
         .,,  ,,,                                     
    .    .,.:::::  ````                                 :::::::::     :::::::::
    ,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
    `,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
     ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
      ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
       ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
        :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::
  `     :,,,,,,,,,,:,::,  ,, .::::::::  :     :   .:    :::      :::  :::     :::
  `,...,,:,,,,,,,,,: .:,. ,, ,,         :     :   .:    :::      :::  :::     :::
    .,,,,::,,,,,,,:  `: , ,,  :     `   :     :   .:    :::      :::  :::     :::
      ...,::,,,,::.. `:  .,,  :,    :   :     :   .:    :::::::::::   :::     :::
           ,::::,,,. `:   ,,   :::::    :     :   .:    :::::::::     ::::::::::
           ,,:` `,,.                                  
          ,,,    .,`                                           MULTI  MODEL
         ,,.     `,                                       GRAPH DOCUMENT DATABASE
       ``        `.                                         
                 ``                                         COMMUNITY  EDITION
                 `                                           www.orientdb.org

*********************************************************************************

 QUICK START
---------------
1) Start the server by executing “server.sh” (or “server.bat” if you’re using
   Windows) under the “bin” directory. On most of OS you can just double click
   on it.
2) Type in the terminal the password you want to assign to the “root” user. This
   is needed only the first time.
3) To Open Studio Web Tool, open a browser and point it to the URL:
   http://localhost:2480
4) You can also use the console, it’s in “bin” directory. Launch “console.sh”
   (or “console.bat” if you’re using Windows)


 REQUIREMENTS
---------------

Before to download, compile and install the last version of OrientDB please
assure to have Java installed. OrientDB needs Oracle Java JDK version 6 or major
to run the Server. JDK different by Oracle, like OpenJDK, could not work on some
configuration. We noticed also Oracle JDK is generally faster than OpenJDK.

We suggest to use Java version 8 because it's much faster than Java 6 and 7.
 
To download Java go to: http://www.java.com/en/download/

Note: Please assure to download the JDK and not JRE.


 INFORMATION
---------------

For more information visit the official website: http://www.orientdb.org.

Remember OrientDB is an Open Source project released with the Apache v2 license,
so it's always FREE for any purpose. If you're interested to Enterprise tools,
professional support, training or consultancy contact: info@orientdb.com.

Enjoy the Graphs,
OrientDB
(www.orientdb.com)
back to top