mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
.. | ||
.github | ||
app/coffee | ||
config | ||
test | ||
.dockerignore | ||
.gitignore | ||
.nvmrc | ||
.travis.yml | ||
app.coffee | ||
buildscript.txt | ||
docker-compose.ci.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Gruntfile.coffee | ||
Jenkinsfile | ||
LICENSE | ||
Makefile | ||
nodemon.json | ||
npm-shrinkwrap.json | ||
package.json | ||
README.md |
docstore-sharelatex
A CRUD API for storing and updating text documents in projects
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.