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

Deploying on Heroku #1

@obfuscurity

Description

@obfuscurity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions