overleaf/services/docstore
2019-01-09 10:24:25 +00:00
..
.github
app/coffee also delete doc ops 2018-10-19 12:10:33 +01:00
config
test
.dockerignore
.gitignore
.nvmrc
.travis.yml
app.coffee Adapt for metrics v2 2019-01-09 08:49:32 +00:00
buildscript.txt bump build script 2018-12-10 21:42:14 +00:00
docker-compose.ci.yml bump build script 2018-12-10 21:42:14 +00:00
docker-compose.yml bump build script 2018-12-10 21:42:14 +00:00
Dockerfile bump build script 2018-12-10 21:42:14 +00:00
Gruntfile.coffee
Jenkinsfile
LICENSE
Makefile bump build script 2018-12-10 21:42:14 +00:00
nodemon.json
package.json Bump logger to v1.5.9 and settings to v1.1.0 2019-01-09 08:50:53 +00:00
README.md Add note on running acceptance tests to README 2019-01-09 10:24:25 +00:00

docstore-sharelatex

A CRUD API for storing and updating text documents in projects

Build Status

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

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.