Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teliosdev/nova
Software management system. Boom.
https://github.com/teliosdev/nova
Last synced: 1 day ago
JSON representation
Software management system. Boom.
- Host: GitHub
- URL: https://github.com/teliosdev/nova
- Owner: teliosdev
- License: mit
- Created: 2013-06-17T15:32:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T01:46:31.000Z (over 11 years ago)
- Last Synced: 2024-09-21T12:43:01.704Z (about 2 months ago)
- Language: Ruby
- Homepage: http://rdoc.info/github/redjazz96/nova
- Size: 505 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nova
[![Build Status](https://travis-ci.org/redjazz96/nova.png?branch=master)](https://travis-ci.org/redjazz96/nova) [![Code Climate](https://codeclimate.com/github/redjazz96/nova.png)](https://codeclimate.com/github/redjazz96/nova) [![Coverage Status](https://coveralls.io/repos/redjazz96/nova/badge.png?branch=master)](https://coveralls.io/r/redjazz96/nova?branch=master) [![Gem Version](https://badge.fury.io/rb/nova.png)](http://badge.fury.io/rb/nova)![A Very Pretty Nova](http://i.imgur.com/48AoWKo.jpg)
*Image credit to NASA*## What is Nova?
Nova is a way to set up software on computers in a definite and consistant process.
Its goals are to be cross-platform compatible, easy to use and understand, and
powerful.## Great! How do I get started?
It's not ready yet. It's still early in development, and there are a few things that need
tweaking. As of right now, it's 100% documented, and completely written in Ruby.
I have marked things that need to be done with a `@todo` tag. Go check it out if you want.
There are a few things I plan on adding to Nova before I release it.## Terminology
I came up with Nova as a name because I couldn't think of anything better. Turns out, it actually
fits. The code to set up a piece of software is called a `Star`, a server with stars is called a
`Cluster`, and (if applicable) the server to manage Clusters is called a `Nucleus` (or
`Axis`, I haven't made up my mind which).## License
Nova is licensed under the MIT License, which can be found [here](LICENSE).@TODO: note benefit of installing posix-spawn when using local remote.
(note: in order to work with libsodium, the location of the library needs to be added to `LD_LIBRARY_PATH`)