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

jordonsc/hyperion_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hyperion API Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published