Skip to content

A tool that automatically constructs apps for cloud platforms

License

Notifications You must be signed in to change notification settings

ariofrio/oration

 
 

Repository files navigation

Oration Travis CI status Code Climate

Installation

Linux

apt-get install rubygems || yum install rubygems
[sudo] gem install oration

Windows

  1. Install Ruby

  2. Open a Terminal (press Win-R, type cmd, and press Enter) and install Oration:

    gem install oration
    

Usage

  1. Get some Python, Java or Go code and run: oration --help. Go is not supported on Azure, and Java is not supported on AppEngine.

  2. Run your app locally or deploy it. See README.md for instructions (AppEngine: to do, Azure).

Hacking

To get the latest version of Oration from GitHub, run:

gem install bundler
git clone https://ariofrio@github.com/ariofrio/oration.git
cd oration
bundle install
bundle exec oration [PARAMS...]

Testing

  1. Install Python.
  2. Install setuptools or distribute.
  3. Install Pip.
  4. pip install webapp2 webob rocket

Roadmap

See ROADMAP.md.

About

A tool that automatically constructs apps for cloud platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.4%
  • Ruby 7.8%
  • Java 5.3%
  • Go 3.5%