Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
- Host: GitHub
- URL: https://github.com/exoframejs/exoframe-server
- Owner: exoframejs
- Archived: true
- Created: 2016-08-30T12:09:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T20:39:29.000Z (over 3 years ago)
- Last Synced: 2024-09-22T11:06:30.405Z (about 2 months ago)
- Topics: deploy-tool, deployment, devops, docker, docker-management-tool, exoframe, exoframe-server, nodejs, self-hosted, traefik
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 145
- Watchers: 5
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - exoframejs/exoframe-server - Exoframe is a self-hosted tool that allows simple one-command deployments using Docker (JavaScript)
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.