overleaf/services/docstore
2019-01-31 15:48:17 +00:00
..
.github update buildscripts to 1.1.9 2018-09-28 12:13:53 +01:00
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 dockerise app, 1.1.3 build scripts 2018-05-23 11:27:31 +01:00
.dockerignore dockerise app, 1.1.3 build scripts 2018-05-23 11:27:31 +01:00
.gitignore Add **/*.map to .gitignore 2019-01-09 10:32:59 +00:00
.nvmrc Change to Node 6 2018-04-26 10:24:59 +01:00
.travis.yml Do not specify the node version in .travis.yml 2018-04-19 14:08:41 +01:00
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 dockerise app, 1.1.3 build scripts 2018-05-23 11:27:31 +01:00
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.