Skip to content

Demotive/alphahealth

 
 

Repository files navigation

This repository contains the code and content deployed to alpha.nhs.uk

Dependencies

  • Ruby 2.2.3
  • Bundler (available with gem install bundler)

Once you've got those, install the gems with:

bundle install

## Development

Start a server with:

bundle exec jekyll serve --watch

Once running you'll be able to see the site at localhost:4000.

Deployment

Deployment of this app to alpha.nhs.uk requires:

  • Deliver
  • S3cmd (1.5.0 or higher, available through homebrew)
  • An access key and secret key for AWS

The access key and secret key are provided as environment variables when running the command to deploy:

AWS_ACCESS_KEY=… AWS_SECRET_KEY=… NHSALPHA_ENVIRONMENT=staging deliver --verbose

About

Pages to deploy to alpha.nhs.uk

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 59.4%
  • HTML 21.6%
  • Shell 7.7%
  • JavaScript 5.7%
  • Ruby 5.6%