All of our public content is built from minimal static webpages made using Bootstrap CSS, Foundation and Jekyll.
Two download options are available.
- Download the latest release
- Clone the repo:
git clone -b gh-pages https://github.com/softlayer/chef-openstack.git
Below is a list of other docs related to this project.
Keep track of development and community news.
- Follow SoftLayerDevs on Twitter
- Star any of our public GitHub repos
- Get the latest new and join conversations on our Customer Forum
- For more information on Jekyll, visit Jekyll's Wiki
- For more information on GitHub Pages, visit GitHub Pages
Here are a few known issues and solutions that we came across during development.
-
Problem: Getting a "Liquid Exception: incompatible character encodings: UTF-8 and IBM437 in index.html" error after running
jekyll serve. -
Cause: The CLI does not use UTF-8 by default (especially if you use Git for Windows).
-
Solution: Run these commands first.
$ cmd $ chcp 65001 $ exit
Note: You only have to run these commands when you first open your CLI. You will not need to run these commands again until you close it.
- Problem: Getting a "Conversion error: There was an error converting 'file_name.md'".
- Cause: An unexpected paragraph or break tag is in the markdown file.
- Solution: Delete all paragraph and break tags.
- Problem: Getting a "maruku to_s will be deprecated soon" error.
- Cause: A HTML tag is not closed.
- Solution: Close all HTML tags.
Copyright (c) 2013 SoftLayer Technologies, Inc., an IBM Company. All content herein is licensed under the MIT License.