Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gongo/emacs-heroku-docker
Heroku Emacs Docker Image
https://github.com/gongo/emacs-heroku-docker
Last synced: about 4 hours ago
JSON representation
Heroku Emacs Docker Image
- Host: GitHub
- URL: https://github.com/gongo/emacs-heroku-docker
- Owner: gongo
- Created: 2015-11-11T15:52:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T15:42:51.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T06:06:55.674Z (6 months ago)
- Language: Ruby
- Homepage: https://hub.docker.com/r/gongo/heroku-emacs/
- Size: 0 Bytes
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heroku Emacs Docker Image
==============================[![Build Status](https://travis-ci.org/gongo/emacs-heroku-docker.svg?branch=master)](https://travis-ci.org/gongo/emacs-heroku-docker)
This image is for use with Heroku Docker CLI.
REQUIREMENTS
--------------------- [Build and Deploy with Docker | Heroku Dev Center](https://devcenter.heroku.com/articles/docker)
- `docker`
- `docker-compose`
- `heroku-cli`And, your project must contain the following files:
- [Cask](https://github.com/cask/cask)
- [Procfile](https://devcenter.heroku.com/articles/procfile)
- Application codes (Emacs Lisp)
- e.g. https://github.com/gongo/emacs-heroku-docker/commit/48a596fd888723c4bbc6e9805cfcccf7a6e6e7d1USAGE
--------------------```
$ heroku docker:init --image gongo/heroku-emacs
$ docker-compose build
```### Deploy
```
$ heroku create --app sample
$ heroku docker:release --app sample
$ heroku open --app sample
```### Development
```
$ docker-compose up web
```And access to `http://${DockerHost-IP}:8080`
SPECIFICATION OF ENVIRONMENT
--------------------Platform:
- [Cedar-14 Stack](https://devcenter.heroku.com/articles/cedar)
Available commands:
- `cask`
- `emacs`LICENSE
--------------------MIT License