mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update README.md
This commit is contained in:
parent
ee9bfcf7e8
commit
0ee7a81a02
1 changed files with 2 additions and 10 deletions
|
@ -1,20 +1,12 @@
|
||||||
docstore-sharelatex
|
overleaf/docstore
|
||||||
===================
|
===================
|
||||||
|
|
||||||
A CRUD API for storing and updating text documents in projects
|
A CRUD API for storing and updating text documents in projects
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/sharelatex/docstore-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/docstore-sharelatex)
|
|
||||||
|
|
||||||
Acceptance tests can be run with the command
|
|
||||||
```
|
|
||||||
docker run --rm -e AWS_BUCKET="<bucket-name>" -e AWS_ACCESS_KEY_ID=<aws-access-key> -e AWS_SECRET_ACCESS_KEY=<aws-secret-access-key> -v $(pwd):/app sharelatex/acceptance-test-runner
|
|
||||||
```
|
|
||||||
where `bucket-name`, `aws-access-key` and `aws-secret-access-key` are the credentials for an AWS S3 bucket.
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the `LICENSE` file.
|
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the `LICENSE` file.
|
||||||
|
|
||||||
Copyright (c) ShareLaTeX, 2014.
|
Copyright (c) Overleaf, 2014-2019.
|
||||||
|
|
Loading…
Reference in a new issue