vote up 0 vote down star

I've been asked to devise a website for a small organization (with limited funding) - with internal and external facing sides.

Internally it would allow sharing of documents, a blog, goal setting, more?

Externally it would provide a simple but nicely designed public statement about the company's services.

It may evolve over time.

Should this be a custom-built solution or does it make more sense to ride on top of a platform that provides this type of service (such as?)?

If it's a custom built-solution, I'm considering doing this in Rails - would there be something like this already built for Rails?

flag

4 Answers

vote up 0 vote down

Django has an amazing admin function already built into the framework. It could potentially take care of all of the internals, and the external view can be shown to anyone who doesn't navigate to the admin.

It's at least one consideration if you're thinking of making a custom solution (which I might suggest if you believe the site will most likely grow.)

link|flag
You can do an admin in Rails too. Why learn a new framework just for this? – orynges Jul 1 at 16:05
You never said you knew Rails, only that you were considering it. – AlbertoPL Jul 1 at 16:42
vote up 0 vote down

Depending on your resources, I would start off with an "as-is" solution that allows customization. This will give you the quickest "wins" from the company standpoint. Once the organization, and you, start to use and understand the benefits, you can start customizing pieces.

link|flag
What's an "as-is" solution? Is this commonly used terminology? I've never heard it before. – orynges Jul 1 at 16:04
vote up -3 vote down

Depending on your budget Windchill does this. I believe it was once called GlobalVault (a much better, and more descriptive, name).

link|flag
I should have mentioned (and have edited the question) to indicate this is an organization with very limited funding - just starting up. – orynges Jul 1 at 14:08
How is that site even remotely relevant? Are you just messing around? – Willem Obst Jul 1 at 14:22
I couldn't figure out what this site does either but I assume the poster has some experience with them for the purpose I described. – orynges Jul 1 at 14:24
They produce a product that houses everything that can be stored electronically. ITT Corporation uses GlobalVault to manage its international collaborations. Hardly trolling imo. – graham.reeds Jul 2 at 8:25
vote up 0 vote down

I've always found it frustrating to build on top of pre-existing platforms, especially when it comes time to extend the functionality. If it's up to you, I'd suggest to build it yourself. Pick a framework and design specifically around the needs of the company.

Rails is a nice choice if you're comfortable programming Ruby. Although, any modern MVC framework would be just as good.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.