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: 18 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T20:39:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T10:18:31.497Z (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: 144
- 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
[](https://github.com/exoframejs/exoframe-server/actions?query=workflow%3ATest)
[](https://github.com/exoframejs/exoframe-server/actions?query=workflow%3ARelease)
[](https://coveralls.io/github/exoframejs/exoframe-server?branch=master)
[](https://hub.docker.com/r/exoframe/server/)
[](https://microbadger.com/images/exoframe/server)
[](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.