CodeIgniter Forums
How to deplay in Windows Azure Platform ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to deplay in Windows Azure Platform ? (/showthread.php?tid=29604)



How to deplay in Windows Azure Platform ? - El Forum - 04-15-2010

[eluser]Tamilmani[/eluser]
Hi All,

I am working in Codeigniter Project . How i deploy into windows azure platform ? . If any have the solution . Please share to me .

Thanks

Tamilmani Mohan


How to deplay in Windows Azure Platform ? - El Forum - 04-15-2010

[eluser]Bart v B[/eluser]
did a quick overview what windows azure platform is, but there is in my opionion nothing else then a regular server. Just add youre CI application into youre webroot and run.. php is supported with azure as what i read. Wink

What kind of webserver you work with? Did not find if azure standard works with IIS or that you can plugin/install apache webserver.


How to deplay in Windows Azure Platform ? - El Forum - 04-15-2010

[eluser]Tamilmani[/eluser]
Actually Windows Azure is one of the platform in windows(Cloud Computing service). Its working in IIS.


How to deplay in Windows Azure Platform ? - El Forum - 04-15-2010

[eluser]Bart v B[/eluser]
Yes i saw that that it is cloud computing.

Hmmm... i am not a man with IIS :red: but, it think the only problem what you can have is the modRewrite.
Don't know what the best practice is with IIS. I am sure it is not easy as with apache.
So maybe you can install apache in youre cloud system?

I will search for that later. Need to go to work. Wink


How to deplay in Windows Azure Platform ? - El Forum - 04-15-2010

[eluser]Tamilmani[/eluser]
ok thanks dude.