mirror of https://gitee.com/bigwinds/arangodb
moved triAGENS/ArangoDB to arangodb/arangodb
This commit is contained in:
parent
d392b4b50b
commit
c153f72af5
|
@ -64,13 +64,13 @@ Under Mac OS X you also need to install:
|
|||
|
||||
Download the latest source using GIT:
|
||||
|
||||
git clone git://github.com/triAGENS/ArangoDB.git
|
||||
git clone git://github.com/arangodb/arangodb.git
|
||||
|
||||
Note: if you only plan to compile ArangoDB locally and do not want to modify or push
|
||||
any changes, you can speed up cloning substantially by using the *--single-branch* and
|
||||
*--depth* parameters for the clone command as follws:
|
||||
|
||||
git clone --single-branch --depth 1 git://github.com/triAGENS/ArangoDB.git
|
||||
git clone --single-branch --depth 1 git://github.com/arangodb/arangodb.git
|
||||
|
||||
!SUBSECTION Configure
|
||||
|
||||
|
@ -192,7 +192,7 @@ When compiling with special configure options, you may need the following extra
|
|||
|
||||
Download the latest ArangoDB source using *git*:
|
||||
|
||||
git clone -b devel git://github.com/triAGENS/ArangoDB.git
|
||||
git clone -b devel git://github.com/arangodb/arangodb.git
|
||||
|
||||
!SUBSECTION Setup
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ To use ArangoDB on Debian sid (the development version of Debian), a different v
|
|||
of ICU is required. User baslr provided the following instructions for getting ArangoDB 2.0.7
|
||||
to work on an x86_64:
|
||||
|
||||
[link to Github issue](https://github.com/triAGENS/ArangoDB/issues/865)
|
||||
[link to Github issue](https://github.com/arangodb/arangodb/issues/865)
|
||||
|
||||
Other versions of ArangoDB or other architectures should work similarly.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The following list shows in detail which features have been added or improved in
|
||||
ArangoDB 2.4. ArangoDB 2.4 also contains several bugfixes that are not listed
|
||||
here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/triAGENS/ArangoDB/blob/devel/CHANGELOG).
|
||||
here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/arangodb/arangodb/blob/devel/CHANGELOG).
|
||||
|
||||
|
||||
!SECTION V8 version upgrade
|
||||
|
|
|
@ -31,7 +31,7 @@ If you want to play with our query language, go to our [AQL Tutorial](https://ww
|
|||
|
||||
If you have any questions don't hesitate to ask on:
|
||||
|
||||
- [github](https://github.com/triAGENS/ArangoDB/issues)
|
||||
- [github](https://github.com/arangodb/arangodb/issues)
|
||||
- [google groups](https://groups.google.com/forum/?hl=de#!forum/arangodb)
|
||||
- [stackoverflow](http://stackoverflow.com/questions/tagged/arangodb)
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
{% if options.links.gitbook !== false %}
|
||||
<li>
|
||||
<a href="https://github.com/triAGENS/ArangoDB/issues" target="blank"class="issues-link"><i class="fa fa-github"></i> Have any issues? <i class="fa fa-external-link"></i></a>
|
||||
<a href="https://github.com/arangodb/arangodb/issues" target="blank"class="issues-link"><i class="fa fa-github"></i> Have any issues? <i class="fa fa-external-link"></i></a>
|
||||
<a href="http://stackoverflow.com/questions/tagged/arangodb" target="blank"><i class="fa fa-stack-overflow"></i> Have any questions? <i class="fa fa-external-link"></i></a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
@ -84,4 +84,4 @@ $(function(){
|
|||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
2
README
2
README
|
@ -83,7 +83,7 @@ Stay in Contact
|
|||
|
||||
Please note that there will be bugs and we'd really appreciate it if you report
|
||||
them:
|
||||
https://github.com/triAGENS/ArangoDB/issues
|
||||
https://github.com/arangodb/arangodb/issues
|
||||
You can use the Google group for improvements, feature requests, comments
|
||||
http://www.arangodb.com/community
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
ArangoDB
|
||||
========
|
||||
|
||||
Master: [](http://travis-ci.org/triAGENS/ArangoDB)
|
||||
Devel: [](http://travis-ci.org/triAGENS/ArangoDB)
|
||||
Master: [](http://travis-ci.org/arangodb/arangodb)
|
||||
Devel: [](http://travis-ci.org/arangodb/arangodb)
|
||||
|
||||
ArangoDB is a multi-purpose, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.
|
||||
|
||||
|
@ -88,7 +88,7 @@ Stay in Contact
|
|||
Please note that there will be bugs and we'd really appreciate it if
|
||||
you report them:
|
||||
|
||||
[https://github.com/triAGENS/ArangoDB/issues](https://github.com/triAGENS/ArangoDB/issues)
|
||||
[https://github.com/arangodb/arangodb/issues](https://github.com/arangodb/arangodb/issues)
|
||||
|
||||
You can use the Google group for improvements, feature requests, comments
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ If you have any questions regarding the installation or other matters please use
|
|||
|
||||
For bug reports please use
|
||||
|
||||
https://github.com/triAGENS/ArangoDB/issues
|
||||
https://github.com/arangodb/arangodb/issues
|
||||
|
||||
To obtain the version of the currently installed ArangoDB instance, execute the
|
||||
following on a Command Prompt:
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
<button id="clusterShutdown" class="button-danger shutdown">Shutdown Cluster</button>
|
||||
</p>
|
||||
<p>
|
||||
If you want to file a bug, please use <a href="https://github.com/triAGENS/ArangoDB/issues">our issue tracker</a>. Or feel free to ask a question on <a href="https://groups.google.com/forum/#!forum/arangodb">our google group</a>.
|
||||
If you want to file a bug, please use <a href="https://github.com/arangodb/arangodb/issues">our issue tracker</a>. Or feel free to ask a question on <a href="https://groups.google.com/forum/#!forum/arangodb">our google group</a>.
|
||||
</div>
|
||||
</script>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
Documentation</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="dropdown-header">ArangoDB</li>
|
||||
<li class="dropdown-item"><a href="https://github.com/triAGENS/ArangoDB" target="_blank">GitHub
|
||||
<li class="dropdown-item"><a href="https://github.com/arangodb/arangodb" target="_blank">GitHub
|
||||
Repository</a></li>
|
||||
<li class="dropdown-item"><a href="https://www.arangodb.com" target="_blank">ArangoDB.com</a></li>
|
||||
<li class="divider"></li>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/triAGENS/ArangoDB.git"
|
||||
"url": "https://github.com/arangodb/arangodb.git"
|
||||
},
|
||||
|
||||
"contributors": [
|
||||
|
|
Loading…
Reference in New Issue