Setup
Deploying to Heroku using the Heroku Button
You can deploy your own version of GA2SW in seconds using the Heroku button below:
On installation, Use "admin" as username and "cervello" as password to login.
Deploying to Heroku using the Command Line
You can also deploy GA2SW to Heroku using the command line:
Pre-requisites: Git and Heroku toolbelt
-
Clone the repository
git clone https://github.com/Cervello/google-analytics-to-salesforce-wave.git my-ga2sw
-
Navigate into Heroku application
cd my-ga2sw
-
Install the Postgres plugin
heroku addons:create heroku-postgresql:hobby-dev
-
Deploy to Heroku
git push heroku master
-
Run the the application:
-
Open the application in a browser:
heroku open
Use "admin" as username and "cervello" as password to login
-