Difference between revisions of "Services we could provide startups"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
There's a lot of open source software available for helping a place like Free Geek run. Here are the choices we made:
+
There's a lot of open source software available for helping a place like Free Geek run. Here is some software we use and could conceivably offer to a new Free Geek startup to help them get off the ground.
  
 
==Off the shelf software choices==
 
==Off the shelf software choices==
 
===Base Distribution===
 
Our choice of linux distribution is Debian for internal use. For distribution, we've gone with Ubuntu.
 
  
 
===Wiki===
 
===Wiki===
A wiki is used to develop documents collaboratively. We've chosen [MediaWiki:MediaWiki|] as our official wiki.
+
A wiki is used to develop documents collaboratively. We've chosen [MediaWiki:MediaWiki|] as our official wiki. For the startup they could go to something like <nowiki>http://wiki.startupname.freegeekintergalactic.org</nowiki>.
  
 
===Issue Tracker===
 
===Issue Tracker===
An issue tracker helps you keep track of items that need to be followed up on, like a big community todo list. We use [http://bestpractical.com/rt RT] for this. It helps us run tech support, keep track of grants, and even assists us in planning some of our meetings agendas.
+
An issue tracker helps you keep track of items that need to be followed up on, like a big community todo list. We use [http://bestpractical.com/rt RT] for this. It helps us run tech support, keep track of grants, and even assists us in planning some of our meetings agendas. For the startup they could go to something like <nowiki>http://todo.startupname.freegeekintergalactic.org</nowiki>.
  
 
===Email List software===
 
===Email List software===
This allows us to set up discussion lists for various purposes. In general, each committee or working group has at least one email list. We use [http://mailman.org Mailman].
+
This allows us to set up discussion lists for various purposes. In general, each committee or working group has at least one email list. We use [http://mailman.org Mailman]. For the startup they could go to something like <nowiki>http://lists.startupname.freegeekintergalactic.org</nowiki>.
  
 
===E-mail===
 
===E-mail===
We give people email accounts and let them use Squirrelmail to access them.
+
We give people email accounts or aliases and let them use Squirrelmail to access them. An IMAP allows us to offer this server. We use Courier Our SMTP server is [http://postfix.org Postfix]. For the startup they could get email addresses like <nowiki>yourname@startupname.freegeekintergalactic.org</nowiki>.
An IMAP allows us to offer this server. We use Courier
 
Our SMTP server is [http://postfix.org Postfix].
 
  
 
===Web server===
 
===Web server===
To serve up our web pages, we use [http://apache.org Apache HTTP server].
+
To serve up our web pages, we use [http://apache.org Apache HTTP server]. For the startup they could go to something like <nowiki>http://startupname.freegeekintergalactic.org</nowiki>.
 
 
===Database server===
 
To manage most of our database needs we use [http://postgresql.org PostgreSQL]. Some other applications (like Mediawiki) use [http://mysql.org MySQL], so that's installed as well.
 
 
 
==Custom software==
 
 
 
===General Database===
 
[[FGdb]] -- The database we use for maintaining gizmo inventory, contact information, volunteer work, and sales and donation receipts. Written in [http://www.rubyonrails.org/ ruby on rails] against a PostgreSQL database backend.
 
 
 
===Hardware Testing===
 
'''???'''
 
 
 
===End User Distro===
 
[[FreekBox]] -- The distro of choice for giving away (or selling) is [http://www.ubuntu.com/ Ubuntu / Hardy Heron].)
 
  
  
 
[[Category: Startups]]
 
[[Category: Startups]]

Revision as of 17:35, 11 September 2008

There's a lot of open source software available for helping a place like Free Geek run. Here is some software we use and could conceivably offer to a new Free Geek startup to help them get off the ground.

Off the shelf software choices

Wiki

A wiki is used to develop documents collaboratively. We've chosen [MediaWiki:MediaWiki|] as our official wiki. For the startup they could go to something like http://wiki.startupname.freegeekintergalactic.org.

Issue Tracker

An issue tracker helps you keep track of items that need to be followed up on, like a big community todo list. We use RT for this. It helps us run tech support, keep track of grants, and even assists us in planning some of our meetings agendas. For the startup they could go to something like http://todo.startupname.freegeekintergalactic.org.

Email List software

This allows us to set up discussion lists for various purposes. In general, each committee or working group has at least one email list. We use Mailman. For the startup they could go to something like http://lists.startupname.freegeekintergalactic.org.

E-mail

We give people email accounts or aliases and let them use Squirrelmail to access them. An IMAP allows us to offer this server. We use Courier Our SMTP server is Postfix. For the startup they could get email addresses like yourname@startupname.freegeekintergalactic.org.

Web server

To serve up our web pages, we use Apache HTTP server. For the startup they could go to something like http://startupname.freegeekintergalactic.org.