Search code examples
htmltwitter-bootstrapcloudcontrol

How to get a simple Bootstrap Site on cloudControl


I'm trying to deploy a simple Website - a couple of html sites based on twitter-Bootstrap templates - on cloudControl.

Unfortunatelly It seems I can only deploy a Java, PHP, Node.js and some more applications but not just some html sites.

Building a Java or any other application just to show some html sides seems to be an overhead to the scope.

Is there any suggestion how I just can deploy html sites to cloudControl ?


Solution

  • I think NodeJS would be your simplest option. Start with a simple server like this..

    https://github.com/spadin/simple-express-static-server

    Put your HTML/JS/CSS files in /static, and it's ready to deploy