Diaspora on Windows: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
Line 1: Line 1:
It is technically possible to run Diaspora on a Windows box. It is my experience and has no affiliation with the Diaspora project. Example. It is a Rails application. You can use Rails Server for development, and you can even run it on IIS/SQL through CGI. But i don't recommend it at this time.
Rails for Windows currently does not support several of the extensions required to run Diaspora.  
 
The configuration is not well documented and it requires advanced knowledge of both Windows and Linux environments. Future program changes could easily break it. Best bet is to wait for future developments.
 
In the mean time You can still start hacking Diaspora from your Windows PC by installing it to a cloud server that supports Ruby on Rails such as EngineYard or Heroku.
 
One current problem with having a consistent installation script for the Windows box is building native C extensions for gems that are not yet cross compiled. So if you go that route you are into updating and creating new gems, or forcing a gem install. But if you like a challenge, it certainly is one.
 
A friendly install for Windows would go a long way toward the growth of the program!


[[Category:Podmin]]
[[Category:Podmin]]
[[Category:Installation]]
[[Category:Installation]]

Revision as of 17:46, 23 June 2013

Rails for Windows currently does not support several of the extensions required to run Diaspora.