Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
ccf86762
Unverified
Commit
ccf86762
authored
8 years ago
by
Manish R Jain
Browse files
Options
Downloads
Patches
Plain Diff
Update README and Docker echo statement
parent
cc29aedc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+7
-2
7 additions, 2 deletions
README.md
with
8 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
ccf86762
...
...
@@ -21,7 +21,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions.
RUN
go get
-v
github.com/dgraph-io/dgraph/...
&&
\
go build
-v
github.com/dgraph-io/dgraph/...
&&
\
go
test
github.com/dgraph-io/dgraph/...
&&
echo
"v0.
2.
3"
go
test
github.com/dgraph-io/dgraph/...
&&
echo
"v0.3"
# Create the dgraph and data directory. These directories should be mapped
# to host machine for persistence.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
7
−
2
View file @
ccf86762
...
...
@@ -30,10 +30,15 @@ The README is divided into these sections:
*Check out [the demo at dgraph.io](http://dgraph.io).*
`Upcoming v0.
3
`
Track progress on
[
our Trello
B
oard
](
https://trello.com/b/
PF4nZ1vH
)
.
`Upcoming
-
v0.
4
`
[
Follow
our Trello
b
oard
](
https://trello.com/b/
TRVKizWt
)
for progress
.
Got questions or issues? Talk to us
[
via discuss
](
https://discuss.dgraph.io
)
.
`May 2016 - Tag v0.3`
This release contains more efficient binary protocol client and ability to query
`first:N`
results.
Please see
[
Release notes
](
https://github.com/dgraph-io/dgraph/releases/tag/v0.3
)
and
[
Trello board
](
https://trello.com/b/PF4nZ1vH
)
for more information.
`Mar 2016 - Branch v0.2`
This is the first truly distributed version of DGraph.
Please see the
[
release notes here
](
https://discuss.dgraph.io/t/dgraph-v0-2-release/17
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment