Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tumblr/collins
groovy kind of love
https://github.com/tumblr/collins
Last synced: about 1 month ago
JSON representation
groovy kind of love
- Host: GitHub
- URL: https://github.com/tumblr/collins
- Owner: tumblr
- License: apache-2.0
- Created: 2012-07-31T23:18:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T22:17:49.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T20:15:40.257Z (8 months ago)
- Language: Scala
- Homepage: tumblr.github.com/collins
- Size: 214 MB
- Stars: 572
- Watchers: 76
- Forks: 100
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - tumblr/collins - groovy kind of love (Scala)
README
# Collins
## Overview
Published [documentation](https://tumblr.github.io/collins) follows the most [recent release](https://tumblr.github.io/collins/downloads.html) of collins.
For documentation on developing, building, general architecture and unreleased changes **please use the [wiki](https://github.com/tumblr/collins/wiki)**. This documentation is in flux, currently lacking and constantly being worked on.
All documentation links point to the most recent release.
[![Build Status](https://travis-ci.org/tumblr/collins.png?branch=master)](https://travis-ci.org/tumblr/collins)
## Quickstart
[Docker](https://tumblr.github.io/collins/#quickstart-docker)
[Use a Zip](https://tumblr.github.io/collins/#quickstart-zip)
[Build from Source](https://tumblr.github.io/collins/#quickstart-source)
## Docker Image
Details about the docker container and building your own container are available in the [documentation](http://tumblr.github.io/collins/index.html#docker)
tl;dr: ```docker run -p 9000:9000 tumblr/collins```
## License
Copyright 2016 Tumblr, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.## Support/Questions
Email [email protected] or see the mailing list archive at https://groups.google.com/forum/#!forum/collins-sm
## Internal (Tumblr) docs
To create a production zip and deploy to production:
- ensure capistrano 2.15.5 is installed
- ensure net-ssh < 2.7.0 is installed - versions 2.7.0 and above are broken with our environment
- download the minimal package for play activator 1.3.6 from [here](https://downloads.typesafe.com/typesafe-activator/1.3.6/typesafe-activator-1.3.6-minimal.zip). Unpackage it into ~/src/activator-1.3.6-minimal or define $PLAY_CMD with an alternate location
- run `./scripts/package.sh` which will produce `target/collins.zip`
- run `cap publish:collins` which will upload and link to release to `http://repo.tumblr.net:8888/collins.zip`
- run `cap ewr01 deploy` to deploy to ewr01 and `cap d2 deploy` to deploy to d2