overleaf/services/docstore
2019-01-31 15:48:17 +00:00
..
.github
app/coffee also delete doc ops 2018-10-19 12:10:33 +01:00
config remove debug line 2018-09-28 13:31:49 +01:00
test
.dockerignore
.gitignore Add **/*.map to .gitignore 2019-01-09 10:32:59 +00:00
.nvmrc
.travis.yml
app.coffee Adapt for metrics v2 2019-01-09 08:49:32 +00:00
buildscript.txt bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
docker-compose.ci.yml bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
docker-compose.yml bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
Dockerfile bump build script 2018-12-10 21:42:14 +00:00
Jenkinsfile bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
LICENSE
Makefile bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
nodemon.json
npm-shrinkwrap.json bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +00:00
package.json bulk upgrade to 1.1.12, moved to npm rather than git 2019-01-31 15:48:17 +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.