Skip to content

intercity/intercity-classic

Repository files navigation

Intercity

Build Status

Simple web control panel for hosting Rails apps.

Intercity is a web control panel that lets you host Ruby on Rails (or other Rack based apps) on your own servers. You can use it to manage servers from vendors like DigitalOcean, Linode, AWS or any other local server/VPS vendor. Intercity is also great for managing servers in your own datacenter.

Intercity configures your servers to host multiple Ruby on Rails apps and stages on single servers. It creates databases, generates secure passwords and installs your server with all the community best practices out there for hosting Ruby on Rails apps.

Requirements

  • Any Ubuntu 14.04 LTS server.
  • At least 512 MB ram, more is better

Installation

See the doc/installation guide for a detailed installation instruction. Need help? Don't hestitate to open an issue!

Contributing

See the CONTRIBUTING guide on the how you can contribute, and how to get the project running locally. Please make sure you've read the CODE_OF_CONDUCT.

Continuous Integration

CI is hosted with Semaphoreapp. The build is run automatically whenever any branch is updated on GitHub.

Getting help