https://github.com/codamic/eliza
A marathon base cloud management and deployment tool
https://github.com/codamic/eliza
marathon
Last synced: about 1 month ago
JSON representation
A marathon base cloud management and deployment tool
- Host: GitHub
- URL: https://github.com/codamic/eliza
- Owner: Codamic
- License: apache-2.0
- Created: 2017-07-19T21:24:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T23:02:22.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T11:32:46.852Z (over 1 year ago)
- Topics: marathon
- Language: JavaScript
- Size: 10.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A web user interface for Marathon
A web interface for Marathon
### Prerequisites
##### 1. Install all dependencies
npm install
npm install -g gulp
##### 2. Override development configuration
1. Copy `src/js/config/config.template.js` to `src/js/config/config.dev.js`
2. Override variables in `config.dev.js` to reflect your local development
configuration
##### 3. Run development environment
```
docker-compose up
npm run serve
# or
npm run livereload
```
for a `browsersync` live-reload server.