2017 © Pedro Peláez
 

library neuron-sync-heroku

Synchronizes the filesystem of all dynos in a Heroku app.

image

neuronws/neuron-sync-heroku

Synchronizes the filesystem of all dynos in a Heroku app.

  • Saturday, January 10, 2015
  • by jlinares-nws
  • Repository
  • 1 Watchers
  • 1 Stars
  • 202 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Neuron Sync Heroku PHP

Synchronizes the filesystem of all dynos in a Heroku app., (*1)

Requisites

  • Cedar-14 stack.
  • Origin repo: Bitbucket or Github.

Installation

  1. Download using composer
  2. Configure boot
  3. Set config vars

Step 1: Download using composer

Add this package by running the command:, (*2)

``` bash $ php composer.phar require neuronws/neuron-sync-heroku "*", (*3)


### Step 2: Configure boot Create the file `<app_root_path>/.profile.d/nws_sync.sh` with the content: ``` bash /app/vendor/bin/nws_sync_boot.sh

And set exec permission:, (*4)

``` bash chmod +x nws_sync.sh, (*5)


### Step 3: Set config vars Add Heroku config variables by running: ``` bash $ heroku config:set NWS_SCRIPTS_SSH_PUB=... $ heroku config:set NWS_SCRIPTS_SSH_PRIV=... $ heroku config:set NWS_SYNC_ORIGIN_SSH_PUB=... $ heroku config:set NWS_SYNC_ORIGIN_BOOT_SSH_PUB=... $ heroku config:set NWS_SYNC_ORIGIN=... $ heroku config:set NWS_SYNC_ORIGIN_BOOT=...

The Versions

10/01 2015

dev-master

9999999-dev http://www.neuron.ws/

Synchronizes the filesystem of all dynos in a Heroku app.

  Sources   Download

filesystem heroku sync synchronize neuron

10/01 2015

0.0.4

0.0.4.0 http://www.neuron.ws/

Synchronizes the filesystem of all dynos in a Heroku app.

  Sources   Download

filesystem heroku sync synchronize neuron

18/12 2014

0.0.3

0.0.3.0 http://www.neuron.ws/

Synchronizes the filesystem of all dynos in a Heroku app.

  Sources   Download

filesystem heroku sync synchronize neuron

18/12 2014

0.0.2

0.0.2.0 http://www.neuron.ws/

Synchronizes the filesystem of all dynos in a Heroku app.

  Sources   Download

filesystem heroku sync synchronize neuron

18/12 2014

0.0.1

0.0.1.0 http://www.neuron.ws/

Synchronizes the filesystem of all dynos in a Heroku app.

  Sources   Download

filesystem heroku sync synchronize neuron