I am currently experimenting with setting up status.net - a twitter clone service on our servers, and so far I have learnt 2 major lessons :
- Does not work on osx server (fine on a bog standard osx machine)
- The standard setup needs you to execute a sql query to give any user admin rights
insert into profile_role (profile_id, role) VALUES (1, 'administrator');