Giter VIP home page Giter VIP logo

guides's Introduction

Enspiral Website

The code for the Enspiral Website. Production Site and Staging Site

Starting App

Normal Rails way. Create database and run rails server.

Branches

Staging is volatile! Only merge changes in from other branches. At any time staging can be reset to what is in master if it gets too messy.

Code in master may not be on production but it is considered tested and ready for production.

The branching system we are using for the Enspiral Website is:

  • Use feature, bug or todo branches that are branched off of the master branch (ex. “feature/add_awesomeness”).
  • Merge your branch into staging for testing.
  • If test pass and QA is good rebase your branch from master, resolve any conflicts, then merge your branch into master.
  • If deploying merge master into the production branch

If you are making a very small change you feel is safe to test locally then you can make the change right on the master branch. Please, make sure it is only a very minor (view/stylesheet) change.

Xero Keys

If the certificate expires then generate a new one in config/xero with the following code and then upload the publickey.cer to developer.xero.com and generate the new keys

openssl genrsa -out privatekey.pem 1024
openssl req -new -x509 -key privatekey.pem -out publickey.cer -days 1825
openssl pkcs12 -export -out public_privatekey.pfx -inkey privatekey.pem -in publickey.cer

This information is removed from this repo so that other developers can access this.

Please rebase, not merge, any branches created off of the old repository history which holds the information.

Servers

Both production and staging are using ruby 2.1.8

Bootsrap docs

The bootstrap is pretty legacy at this point. Here are the docs: http://getbootstrap.com/2.3.2/base-css.html

Current Dev

If you have any questions about the my.enspiral portion, you can email Charlie Ablett

guides's People

Contributors

ahdinosaur avatar chloewaretini avatar kapziel avatar rdbartlett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guides's Issues

Add Collaborating Better to the Guides main page

I've created a quick landing page for the Foundational Article and two recipes to go under this guide - one for Roomio and one for Project Kitchen. Once these pull requests have been merged it would be great to link them all up (I'm assuming the URLs change once they enter the Guides repo out of mine?). Have put (insert link here) on the relevant bits :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.