Decision Support Systems or Content Management Systems [closed] - content-management-system

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking at installing a Content Management System or something which can be used as a Decision Support System. I am not sure which content management system has options for Knowledge Management.
Appreciate inputs on this.

I am not aware of any CMS system with that functionality. Having said that, I'm really not a CMS expert. You might need to pick a flexible CMS and tweek it yourself, such as Drupal and Joomla. They both have very active support community. I think Drupal (compared to Joomla) is more flexible for developers.
You may also want to look at the research community in this topic. Some of them might make their research systems available: http://scholar.google.com.au/scholar?q=decision+management+system+cms&hl=en&btnG=Search&as_sdt=1%2C5&as_sdtp=on

Related

Marklogic or MongoDB [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would to know which one choose MarkLogic vs MongoDB, I know its properties but in term of learning which one is more acceptable to choose? I have chosen MarkLogic but I think it's difficult to learn because it has a lot of documentation and it hasn't much comunity developers.
I have to choose one option for project our company and my boss is worried about MarkLogic's curve learning.
Help me which one choose.
Disclosure: I work for MarkLogic.
You mention your concern about learning how to work with MarkLogic. We have a MarkLogic University team that has excellent training resources. Take a look at their Developer Track courses. These courses are free and are available with in-person, via-Internet, or self-paced formats. Once you've learned the basics, you can follow that up with tutorials, the technical blog, On Demand videos, guides, and maybe a local Meetup, based on your needs. Our community may not be as big, but those who work with MarkLogic tend to be very helpful. You can post specific technical questions here on Stack Overflow.
The bigger question is what do you need from your database? For that, I'll join #Tamas in referring to his article comparing the two.

Alternative self hosted solution for google apps (mainly document/spreadsheet)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As titled, I'm finding for a software can be installed on my own server, to replace for google apps.
I'm open to commercial solution, the point is I want to keep the data on my own server.
Any advice is appreciated
Okie doke. This is actually pretty challenging -- you're asking for online editing, which is very cloud-oriented, but using a private server. If all you wanted was file services, then you'd have a lot of options -- OwnCloud.org is a personal favorite, but there are a bunch.
If you really want to be able to edit online but save to a private server, SharePoint comes to mind first. Alfresco and its ilk are also out there, but that's enterprise-oriented. There are theoretically some ways to use OpenOffice programs in a browser (see also this) but I've never seen them in action.
Hope that gets you started. Good luck.

Which is the best CMS for multi subdomains handling [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a free CMS that would handle subdomains very well.
Say I want to create a website called cars.com and I want to have multiple blogs/wikis/forums... about each brand :
- ford.cars.com
- toyota.cars.com
- bmw.cars.com
Which CMS should I use to create this ?
My first guess was Liferay, does it stand the comparison with drupal when it comes to collaborative work?
Drupal's built-in multi-site functionality provides a lot of flexibility for running separate sites out-of-the-box. The add-on Domain Access module provides even more flexibility by allowing you to share content, users, and configuration between the sites.

Free conference CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to cms to manage a conference.
What is best free CMS for this?
What about Indico?
http://indico-software.org
http://github.com/indico/indico
It's mostly targeted at organization of series of conferences, though.
Disclaimer: I am one of the developers of Indico myself.
Drupal is the most flexible open-source CMS that I know. It also has a Conference module that maybe does some of the things you need. The rest should be possible using Views/CCK (also Drupal modules).
Check out this Article about a Conference website created with Drupal, it is probably much more complicated than what you need but it shows what is possible with Drupal.
Yes, I have done a few in Drupal. Also see: http://sf2010.drupal.org/ for an excellent example
try this drupal module.
It seems good
http://usecod.com

CMS development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm new to this CMS techmology.My company is telling me to develop a CMS for multiple companies with the company info to be stored in the database.The second thing is this that they haven't given me the design of the CMS as well as the Main Website.The website look should be generic that suits any generic static website.I'm not able to find any good looking template for this.I've searched a lot but not able to find a good one.And what kind of database design that i should use.If any one could also provide me what features should a CMS that our company is looking for.
Your first port of call shoudl be http://www.opensourcecms.com/ - check out as many open source and commercial CMS offerings to see if any would suit your needs. If nothing else, it might help refine your requirements by understanding what you don't need.