github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/controller/README.md (about) 1 # Deis Controller 2 3 A RESTful API server for use in the [Deis](http://deis.io) open source PaaS. 4 5 6 This Docker image is based on the official 7 [ubuntu-debootstrap:14.04](https://registry.hub.docker.com/_/ubuntu/) image. 8 9 Please add any [issues](https://github.com/deis/deis/issues) you find with this software to 10 the [Deis Project](https://github.com/deis/deis). 11 12 ## Usage 13 14 Please consult the [Makefile](Makefile) for current instructions on how to build, test, push, 15 install, and start **deis/logger**. 16 17 ## Environment Variables 18 19 * **DEBUG** enables verbose output if set 20 * **ETCD_PORT** sets the TCP port on which to connect to the local etcd 21 daemon (default: *4001*) 22 * **ETCD_PATH** sets the etcd directory where the controller announces 23 its configuration (default: */deis/controller*) 24 * **ETCD_TTL** sets the time-to-live before etcd purges a configuration 25 value, in seconds (default: *10*) 26 * **PORT** sets the TCP port on which the controller listens for API 27 requests (default: *8000*) 28 29 ## License 30 31 © 2014 OpDemand LLC 32 33 Licensed under the Apache License, Version 2.0 (the "License"); you may 34 not use this file except in compliance with the License. You may obtain 35 a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0> 36 37 Unless required by applicable law or agreed to in writing, software 38 distributed under the License is distributed on an "AS IS" BASIS, 39 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 40 See the License for the specific language governing permissions and 41 limitations under the License.