Skip to content
/ galaxy Public
forked from mozilla/galaxy

To infinity and beyond. The front-end UI.

Notifications You must be signed in to change notification settings

birkanu/galaxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galaxy

Stories in Ready

To infinity and beyond.

Installation

# Install commonplace
npm install commonplace -g
# Copy local configuration into place
cp src/media/js/settings_local.js.dist src/media/js/settings_local.js
# Copy production configuration into place
cp src/media/js/settings_local_hosted.js.dist src/media/js/settings_local_hosted.js
# Start the server
damper

Deployment

We use stackato:

stackato push --no-prompt

To start the instance on stackato:

stackato start

To read the logs on stackato:

stackato logs

To run shell commands on stackato:

stackato run cat ../logs/stdout.log

To access the shell on stackato:

stackato ssh

About

To infinity and beyond. The front-end UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.9%
  • CSS 22.1%