Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exoframejs/exoframe-server

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
https://github.com/exoframejs/exoframe-server

deploy-tool deployment devops docker docker-management-tool exoframe exoframe-server nodejs self-hosted traefik

Last synced: about 2 months ago
JSON representation

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker

Awesome Lists containing this project

README

        

# Exoframe Server

> Simple Docker deployment tool

[![CI: Test](https://github.com/exoframejs/exoframe-server/workflows/Test/badge.svg)](https://github.com/exoframejs/exoframe-server/actions?query=workflow%3ATest)
[![CI: Release](https://github.com/exoframejs/exoframe-server/workflows/Release/badge.svg)](https://github.com/exoframejs/exoframe-server/actions?query=workflow%3ARelease)
[![Coverage Status](https://coveralls.io/repos/github/exoframejs/exoframe-server/badge.svg?branch=master)](https://coveralls.io/github/exoframejs/exoframe-server?branch=master)
[![Docker Pulls](https://img.shields.io/docker/pulls/exoframe/server.svg)](https://hub.docker.com/r/exoframe/server/)
[![Docker image size](https://images.microbadger.com/badges/image/exoframe/server.svg)](https://microbadger.com/images/exoframe/server)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker.

## Installation, usage and docs

For more details on how to get it up and running please follow the following link [how to setup exoframe-server](https://github.com/exoframejs/exoframe/tree/master/docs).

## Development

```bash
# Start the development setup:
yarn docker:start

# Run something inside of the exoframe container:
yarn docker:exec [command]

# Test your code:
yarn lint
yarn test
```

## License

Licensed under MIT.