A simple calculator for estimating monthly cost of using CenturyLink Cloud products and services. A built version of this tool is viewable here:
http://www.centurylinkcloud.com/estimator
This project uses:
- With Ruby 1.9.2+ installed, Run
bundle installto install Ruby dependencies. - With Node installed, run
npm installto install Node dependencies.
- Run
middleman serverto run dev server at http://localhost:4567. - Run
grunt devto watch the front-end source files and recompile as necessary.
To update prices, edit: https://github.com/CenturyLinkCloud/PriceEstimator/blob/master/public/json/pricing.json
To update Managed Services, edit: https://github.com/CenturyLinkCloud/PriceEstimator/blob/master/source/js/app/templates/addManagedApp.haml
- To compile front-end assets run
grunt. This may be unecessary if you've been runninggrunt dev;gruntdoes the same stuff without the watching. - Run
middleman buildto output compiled HTML, CSS, JS to thebuilddirectory - Deploy the contents of the build directory.
- 730 hours in a month
- 30.42 days in a month
- 4.35 weeks in a month
- Designed by Nathan Young at CenturyLink Cloud / [email protected]
- Developed by Matt Fordham at WINTR / [email protected]