intranet prebuild solution for joomla - content-management-system

HI,
is there any prebuild solution for intranet deployment in joomla??. I know there are solutions for Frupal like drupal commons and atrium but is there anything for joomla??
Or if any one knows a step by step procedure for doing this with all good module?? I know how to setup and install joomla but configuring it and setting up is difficult and so i am looking for pre build solution

I think I will go with wordpress and mediawiki integration. Thanks for the help.

Related

how do you manage your Oracle APEX deployments?

how do you manage your deployments on APEX?
with help from a 3rd party tool? or with an in-house solution?
I am looking for something that handle versioning and package deployments from dev,test,preprod to prod and I'd like to hear your opinions.
thanks in advance
We are using Gitlab and cx_Oracle (in Python) for versioning/deployment of db objects and SQLcl (also through Python) to import/export/version Apex Apps.
Insum has provided an elegant and open source solution, see a short video here and Github repo here

integrate Eclipse and arcanist

Arcanist is a part of code review tool of Phabricator. For some reasons, our developers don't like use commands to push code. Is that way to integrate ecplise(J2EE) and arcanist?
Unfortunately there is no official plugin to integrate arcanist or any other phabricator application data into eclipse yet.
But feel free to create a feature request :)

Typo3 on Bluemix

Is it possible to run a Typo3 application on Bluemix?
I've already seen an approach to run a WordPress application on bluemix. But does some kind of service or integration exist to do the same with typo3?
Thank you for your help!
Anything that relies on a persistent file system will not be a good fit for a CF app and would need the extra considerations that you've already brought up regarding WordPress deployments.

How to deploy Activiti workflow in Alfresco Community 4.2.C?

I'm trying to deploy a new workflow in Alfresco Community 4.2.C using Activiti. I found out that the "workflow console" comes only with the Enterprise edition. So, is there anyway to deploy an Activiti workflow in Alfresco Community?
Thanks,
Yes you can manually place all the files under
/tomcat/shared/classes/alfresco/extension
It should be picked up by alfresco.
I just started learning workflows myself. I'm following the Jeff Potts tutorial and this explains how to deploy the workflow in community edition, among other things. More or less what Mitpatoliya answered.
You should make Alfresco bootstrap your activiti configuration file during startup. In order to do so the context file should be places in %ALFRESCO%/tomcat/shared/classes/alfresco/extension folder.
Here is everything you need to know about deploying workflow model and workflow definition in Alfresco
Hope it helps.
Also, Jeff Pots tutorial is also a great start, it helped me a lot, too.

Choosing the right build and deployment tools

I have a very large, mostly HTML/SSI site that I manage part-time and do weekly deployments on in addition do being an enterprise Magento developer. The site in question has ~5000 static HTML files and requires a lot of upkeep to manage deployments.
In addition to that site, I manage numerous Magento installs. I currently manage them from SVN and do exports/checkouts from various production and qa branches/tags.
While this is manageable, I don't get some of the things that I know build tools provide. Some of those features would be:
Automatic Minification of CSS/JS
Revision History
Multi-server deployment
Runtime configuration
Stats of broken builds/build time/deployment frequency
Integration with Testing frameworks
The three tools I've been reviewing are
Apache Ant
phpUnderControl
Capistrano (at the insistence of a friend of mine who is a RoR dev)
I briefly looked at Hudson, and had a ton of problems trying to get it up and running.
My Questions:
What is the upside/downside of going to this type of strategy?
Any hidden pitfalls that you've experienced?
Which tool do you think would best fit for the deployment/management of the HTML site?
Does anyone have experience with deploying distributed Magento from a deployment/build management system?
Thanks in advance...
Update
Still no movement here, so I'm going to ask this:
Should I rather rebuild in HTML5 Boilerplate which has Ant build scripts out of the box? This would afford me the ability to use Ant, but the build scripts are already pre-made so I have a good starting point. Your thoughts and suggestions are welcome.
I've got one more tool for you to review: Jenkins (earlyer: Hudson).
Its a great tool to run and control your builds. Furthermore you can remote the console and get notifications via Jabber protocol.