Commit Graph

52 Commits

Author SHA1 Message Date
David Dashyan 9e99c024d3
Replace headers (#2683)
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Troy McConaghy 11817b9590
Change email to devs@bigchaindb.com (#2612)
* Change email to devs@bigchaindb.com

* Update Travis build badge URL

* Update some other email addresses
2018-12-10 18:10:58 +01:00
Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Troy McConaghy 65b6040e6b Problem: Codecov shield commented-out in README.md (#2421)
Solution: Uncomment it, since Codecov is working again

![Codecov](https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb/master.svg)
2018-08-08 16:46:23 +02:00
Troy McConaghy d492485357
Fixed a typo in README.md 2018-06-09 09:32:58 +02:00
Troy McConaghy 36930248a4
In README.md, make the shields line up on 1 line 2018-06-09 09:31:52 +02:00
Troy McConaghy 58a5959170 Problem: README.md is outdated & has broken links (#2340)
Solution: Update README.md and fix broken links & shields
2018-06-08 11:31:10 +02:00
vrde 31bae195e7 Problem: acceptance-test suite is not documented (#2267)
* Problem: acceptance-test suite is not documented

Solution: add README.md in the root of the acceptance tests, unify
`Makefile` and commands, remove more cached files when `make clean` is
ran.

* Problem: documentation does not mention Makefile

Solution: update docs with our new and shiny commands
2018-05-11 09:50:08 +02:00
vrde 283b664e6a Problem: there is no way to easily reset the DB (#2149)
Solution: Add a `reset` recipe for our Makefile
2018-03-23 14:39:43 +01:00
vrde 7a718f78d2 Update Makefile (#2147)
* Problem: it's difficult to run/test/compile docs

Solution: we already have a nice Makefile, but it's outdated. The idea
is to revamp it and make it easy to use.

* Problem: Makefile is not documented

Solution: Add basic instructions on how to use it in the main README.md

* Problem: can't connect to localhost:9984

Solution: make docker expose 9984 by default, so everyone can connect to
localhost:9984.

* Problem: make clean is TMI

Solution: add `@` to remove commands so we don't output all the details
about the cleaning

* Problem: make clean is too shy

Solution: print a message saying that cleaning went well.
2018-03-22 17:12:39 +01:00
Troy McConaghy 8b8f137463 Remove all refs/links to whitepaper in tendermint branch 2018-02-19 11:06:06 +01:00
kansi 67c4b8ee3f Fix "Set Up & Run a Dev/Test Node" link 2017-11-15 16:31:46 +05:30
muawiakh f2e1b4ac80 Automation for single node deployment for quickstart
- Change consists of two deployment models:
  - Using Vagrant(single node, with/without docker)
  - Using Ansible(single node, with/without docker)
- Updated quickstart documentation.
- Some WIP comments, which will be addressed later. Depending on the
  requirements.
2017-09-14 14:00:13 +02:00
Troy McConaghy fa2d98b3c7 Removed link to the Google Group from README.md 2017-07-02 11:59:05 +02:00
Troy McConaghy 3c1fc13f22 Attempt to fix non-rendering Doc Status badge
on the README.md page
2016-10-21 10:25:07 +02:00
Troy McConaghy 846dffbc72 Removed the "We're hiring" line from README.md
because we're done hiring for a while.
2016-10-21 10:06:13 +02:00
troymc 49db7c70dc In README.md, changed readthedocs.io URLs to docs.bigchaindb.com 2016-10-10 16:55:39 +02:00
troymc d086012cd1 Updated links in root README.md 2016-09-29 14:15:51 +02:00
troymc 68108be11b Edited root README.md to make it clear that this repo is for BigchainDB Server 2016-09-29 09:57:25 +02:00
troymc 478f587f1a docs: Fixed the links in README.md 2016-08-08 17:56:43 +02:00
troymc cca9e0427a Added hiring announcement to README.md 2016-07-12 15:33:31 +02:00
troymc 488ada19b2 Added link to Quickstart page in the README file 2016-06-20 15:56:06 +02:00
troymc ae88b8e0e3 Fixed some links to the Docker docs 2016-06-15 16:45:48 +02:00
troymc 0ce79f4b47 Renamed installing-server.md to setup-run-node.md 2016-06-13 11:39:51 +02:00
troymc 6eca80344a In README.md, changed /servers/ to /nodes/ 2016-06-10 15:42:27 +02:00
troymc de0b2429d2 Updated documentation links in README.md 2016-06-07 16:25:59 +02:00
Troy McConaghy 77c08fb978 Updated roadmap link in README.md 2016-06-03 11:22:56 +02:00
Sylvain Bellemare f5e52a7257 Add badge for development status 2016-05-13 17:03:17 +02:00
Joran Kikke c7205d9820 Fix broken Readme links 2016-05-07 11:56:32 +12:00
Dimitri De Jonghe bf46d7d497 Update README.md 2016-05-03 11:28:35 +02:00
vrde 8716711aaf
Merge branch 'move-badges-to-top' 2016-04-12 09:31:38 +02:00
vrde 708d10e166
Fix badge for RTD 2016-04-11 16:19:20 +02:00
vrde c73ed7974f
Fix badge for RTD 2016-04-11 16:16:36 +02:00
vrde 4db0c07ea1
Move badges to top 2016-04-11 15:50:30 +02:00
vrde fb6ba30658
Move refs from develop to master 2016-04-11 14:47:16 +02:00
troymc 79194d4d34 Restrutured docs for HTTP and Python driver APIs 2016-03-08 14:03:04 +01:00
troymc 5f86a54538 Docs: Rename Getting Started to The Python Server API by Example 2016-03-08 13:25:50 +01:00
troymc 20835c2c26 Change installing.html -> installing-server.html 2016-03-08 11:33:49 +01:00
Dimitri De Jonghe d8a1c4a3ec Update README.md 2016-03-03 12:55:11 +01:00
troymc 593faaeb19 Simplify README.md to four sets of links 2016-02-23 15:31:53 +01:00
Alberto Granzotto 5c32dda543 Align the gitter badge with the others 2016-02-19 00:30:30 +01:00
The Gitter Badger 1c9c238778 Add Gitter badge 2016-02-18 23:20:54 +00:00
Sylvain Bellemare 419bdd2055 Fix badge 2016-02-12 14:48:48 +01:00
Sylvain Bellemare 7a96bce206 Add badge for docs 2016-02-12 02:37:18 +01:00
Sylvain Bellemare 576d55fe18 Add PyPI badge 2016-02-12 02:26:59 +01:00
Sylvain Bellemare 87ae982a88 Use shields.io badges 2016-02-12 02:16:16 +01:00
Sylvain Bellemare 97a7e62ce0 Add test coverage badge 2016-02-12 01:55:48 +01:00
vrde 4ae82d6cce Merge branch 'master' into update-readme-install-instructions 2016-02-11 13:56:44 +01:00
Sylvain Bellemare f8fd4ebaf7 Add rethinkdb to travis.yml 2016-02-10 21:56:25 +01:00
Alberto Granzotto bf77d0356b Add instructions to install RethinkDB 2016-02-10 21:06:41 +01:00