I am quite a noob when it comes to cloud based apps, this is a completely new context for me. I currently got the github education pack, part of it was an account on bitnami. I was wondering if it's possible to host a static html site on bitnami, I tried a few things but so far I got no where. I know that i can deploy a wordpress or drupal instance and then I can configure a theme for those, but I just want a simple static html site to run. Any guidance on how I can do that?
Asked
Active
Viewed 936 times
3 Answers
0
Do you really want a static website on Bitnami or it could be in another platform? Because you could host one on GitHub Pages. Just follow the guide.

henriale
- 1,012
- 9
- 21
-
I am aware about the github pages, but I am interested in finding out about this platform specifically; thank you tho! – Nour May 18 '15 at 02:46
0
To host a super fast static site using a bitnami provided image I would use an nginx based stack such as: https://wiki.bitnami.com/Infrastructure_Stacks/Bitnami_Nginx_Stack

errata
- 23,596
- 2
- 22
- 32
-
Thank you for pointing this out! ngnix was very helpful during the my initial trials! i ended deploying a rails app that spits out static pages, using unicorn and nginx. – Nour May 23 '15 at 14:04
0
To host static website using Bitnami try following steps.
- Run an AWS instance from marketplace using 'LAMP Stack powered by Bitnami' AMI. This AMI will have pre-configured LAMP stack.
- Attach EIP to your Instance
- Upload you website files to /var/www/html/
- Type your EIP in browser and if everything went right you should be able to see your website.

niteshd22
- 510
- 4
- 15