-
-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #456 from helpyio/release/1.1.0
prepare for 1.1.0
- Loading branch information
Showing
5 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
How to install on Heroku | ||
======================== | ||
|
||
If you wish to install Helpy on Heroku, there are some changes you will need to | ||
make, documented here for reference. | ||
|
||
1. To start out, clone the repo to you localhost: | ||
`git clone https://github.com/helpyio/helpy.git` | ||
|
||
2. Next, open the `Gemfile` and add the required 12factor gem for Heroku. You | ||
can do this by uncommenting the line in the `production` section at the bottom of | ||
the file: | ||
|
||
`gem 'rails_12factor'` | ||
|
||
3. From Helpy 1.x onwards, Helpy uses Carrierwave with the filesystem backend for | ||
file storage. This is NOT compatible with Heroku, and you will need to add the | ||
fog gem and specify a cloud storage provider. | ||
|
||
You can alternatively configure Helpy to use Cloudinary in the settings UI under | ||
integrations. | ||
|
||
Once you have done these things, you should be able to push to Heroku and your | ||
site will be live. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ Helpy is an integrated support solution- combining and leveraging synergies betw | |
- **Multi-lingual:** Helpy is fully multi-lingual and can provide support in multiple languages at the same time. Currently the app includes translations for 19 languages and is easy to translate. | ||
- **Themeable:** Customize the look and functionality of your Helpy without disturbing the underlying system that makes it all work. Helpy comes with two additional themes, and we hope to add more and get more from the community as time goes on. | ||
|
||
Test it Out | ||
Hosting | ||
========= | ||
|
||
We offer a hosted version of Helpy for businesses that don't want to worry about self installing and maintaining their Helpy. You can get an instant free trial of the hosted version to see if Helpy is right for you: [Test it Out for Free](https://helpy.io/hosted) | ||
We offer a hosted version of Helpy for businesses that don't want to worry about self installing and maintaining their Helpy. You can get an instant free trial of the hosted version to see if Helpy is right for you: [Test it Out for Free](https://goo.gl/Jbrx0m) | ||
|
||
Live Demo | ||
========= | ||
|
@@ -37,11 +37,8 @@ Admin User: `[email protected]` and password: `12345678` | |
Installation | ||
============ | ||
|
||
Helpy was designed to run on on modern cloud providers like Digital Ocean or Heroku, although it should work just about anywhere. For a quick trial you can get set up on Heroku by clicking this button: | ||
|
||
*Heads up!! We are making some improvements that may break some parts of the one-click Heroku installation. Specifically this includes storing files on the filesystem (not available via Heroku), removing the 12factor gem, using sidekiq and more. As a result, we no longer recommend the one click Heroku install. Instead, clone the repo, configure it for Heroku and then push to Heroku.* | ||
|
||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) | ||
Helpy was designed to run on on modern cloud providers, although it should work on | ||
any linux based system. There is a full guide to installing Helpy at http://support.helpy.io/en/knowledgebase/11-installing-helpy | ||
|
||
Requirements are: | ||
|
||
|
@@ -55,7 +52,6 @@ Helpy leverages two external services to help out: | |
- an email provider like Sendgrid | ||
- Google Analytics for stats (optional) | ||
|
||
There is a full guide to installing Helpy at http://support.helpy.io/en/knowledgebase/11-installing-helpy | ||
|
||
Getting Started: | ||
---------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters