Skip to content

robertvolkmann/cloud-init.io

 
 

Repository files navigation

Cloud Init

Codebase for http://cloud-init.io - the marketing website

Local development

The simplest way to run the site locally is to first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8009 in your browser.

Building CSS

For working on Sass files, you may want to dynamically watch for changes to rebuild the CSS whenever something changes.

To setup the watcher, open a new terminal window and run:

./run watch

Licence

Code licensed LGPLv3 by Canonical Ltd..

With ♥ from Canonical

About

Codebase for cloud-init marketing site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.4%
  • HTML 42.3%
  • Ruby 2.7%
  • CSS 0.6%