Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Deploying on Heroku #1

Open
obfuscurity opened this issue Nov 7, 2011 · 0 comments
Open

Deploying on Heroku #1

obfuscurity opened this issue Nov 7, 2011 · 0 comments

Comments

@obfuscurity
Copy link

Just a few comments on running etsy-dashboard in Heroku:

$ git mv htdocs/css css
$ git mv htdocs/js js
$ git mv htdocs/example.php index.php
diff --git a/index.php b/index.php
index 86ef3bc..6bda19b 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php

-require_once dirname(dirname(__FILE__)) . 'lib/bootstrap.php';
+require_once 'lib/bootstrap.php';

 $times = Dashboard::getTimes();
$ heroku create -s cedar
$ git push heroku master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant