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 install
to install Ruby dependencies. - With Node installed, run
npm install
to install Node dependencies.
- Run
middleman server
to run dev server at http://localhost:4567. - Run
grunt dev
to 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
;grunt
does the same stuff without the watching. - Run
middleman build
to output compiled HTML, CSS, JS to thebuild
directory - 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]