Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
66 lines (45 loc) · 1.57 KB

File metadata and controls

66 lines (45 loc) · 1.57 KB

Hyperion API

See the Hyperion Workflow documentation for more details on the general operation of the Hyperion platform.

Diagrams

Setup

Application Dependencies

Composer

# Linux:
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin

# Windows:
# https://getcomposer.org/download/

Node: Minifiers

# Ubuntu:
apt-get -y --purge remove node nodejs nodejs-legacy
apt-get -y install nodejs-legacy npm

# Windows:
# http://nodejs.org/dist/npm/

# Once node is installed:
npm install -g uglifycss uglify-js

# If you are having proxy issues with NPM:
#npm config set proxy http://localhost:3128
#npm config set https-proxy http://localhost:3128
#npm config set registry "http://registry.npmjs.org/"

Ruby: Sass & Compass

# Ubuntu:
apt-get -y install ruby

# Windows:
# http://rubyinstaller.org/

# Once Ruby is installed:
gem install sass compass

Vhost Install

A sample vhost file for Apache is available in the docs folder.

Config

See Config for user and database configuration, including PDO session setup.

Quirks

See Quirks for some common causes of unexpected issues.