overleaf/services/docstore
Christopher Hoskin 27709709f3 Remove grunt
2019-01-09 10:31:42 +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 POST end point for updating doc lines 2014-04-29 11:49:09 +01: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 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
Jenkinsfile update buildscripts to 1.1.9 2018-09-28 12:13:53 +01:00
LICENSE Create LICENSE 2014-04-28 16:50:47 +01:00
Makefile bump build script 2018-12-10 21:42:14 +00:00
nodemon.json dockerise app, 1.1.3 build scripts 2018-05-23 11:27:31 +01:00
npm-shrinkwrap.json Shrinkwrap 2019-01-09 10:29:24 +00:00
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.