mirror of https://gitee.com/bigwinds/arangodb
added links
This commit is contained in:
parent
132fc3776d
commit
2a1ba8a781
21
README.md
21
README.md
|
@ -7,12 +7,10 @@ effort to operate for the administrator.
|
|||
|
||||
## Compilation
|
||||
|
||||
1. Install Dependencies: V8, boost, libev
|
||||
2. make setup
|
||||
3. ./configure --with-boost=PATH_TO_BOOST --with-libev=PATH_TO_LIBEV --with-v8=PATH_TO_V8
|
||||
4. make
|
||||
5. create a directory `/var/lib/avocado` where you are allowed to read and write
|
||||
6. "./avocado /var/lib/avocado" to start a REST server or "./avocado /var/lib/avocado --shell" for debugging
|
||||
Please check the <a href="https://github.com/triAGENS/AvocadoDB/wiki">wiki</a>
|
||||
for installation and compilation instructions:
|
||||
|
||||
https://github.com/triAGENS/AvocadoDB/wiki
|
||||
|
||||
## First Steps
|
||||
|
||||
|
@ -24,14 +22,7 @@ effort to operate for the administrator.
|
|||
## Caveat
|
||||
|
||||
Please note that this is a very early version if AvocadoDB. There will be
|
||||
bugs and we'd realy appreciate it if you report them:
|
||||
bugs and we'd realy appreciate it if you
|
||||
<a href="https://github.com/triAGENS/AvocadoDB/issues">report</a> them:
|
||||
|
||||
https://github.com/triAGENS/AvocadoDB/issues
|
||||
|
||||
To start AvocadoDB, run:
|
||||
|
||||
avocado
|
||||
|
||||
To start AvocadoDB with an interactive (REPL) shell, run:
|
||||
|
||||
avocado --shell
|
||||
|
|
Loading…
Reference in New Issue