-
Notifications
You must be signed in to change notification settings - Fork 5
Deploy Iora Lite to Heroku
Prakash Ramaswamy edited this page Feb 17, 2017
·
1 revision
Another option for running **Iora Lite
**is to deploy to the Heroku cloud application platform, which can be great way to get a cloud-based instance up and running quickly. This approach automatically downloads and installs the necessary modules on Heroku and publishes your instance of Iora Lite
.
To get started, first follow the Heroku Quickstart. For "Step 4: Deploy the app," follow these steps:
- Clone the **
Iora Lite
**repo:
git clone https://github.com/forcedotcom/IoraLite.git
- Go into the directory:
cd IoraLite
- Create a new app on Heroku:
heroku create *app_name*
- Push to Heroku:
git push heroku master
- View in your browser:
heroku open
==============
Basic Functionality
- Start Iora Lite
- Org Overview
- Org Dashboards
- Dashboard
- Org Reports
- Report
- Search
- Fetch Errors
- Warnings
==============