intranet portal for the project - share

I would like to setup a portal for my development team to share the ideas, reports, documents, images, etc. Something similar to MS SharePoint but free/open source.
Can you please share what do you guys use for the same?

Check out DotNetNuke

Trac and MediaWiki would be my top two picks, depending on whether or not you wanted ticketing integrated. Don't forget, also, that MediaWiki has a robust plugin ecosystem, so anything you wanted to add above and beyond wiki and discussion functionality might well be available.
Redmine is another good pick - I don't love it quite as well as Trac, but it's much easier to set up on the shared host where I keep my project management tools.

Try Alfresco

Related

Any advice on choosing a Netlify CMS template?

enter image description hereI was originally working toward setting up a Wordpress blog for a friend...
The requirements are that:
-they would not need to do any 'code related' or tricky admin tasks pertaining to maintaining the site.
-they would have a unique domain.
-they can sign in from anywhere and write content.
-SEO is important.
The simple UI contributor interface of WP was very appealing. Though with some research I have decided to choose a JAMstack orientated blog. And going with Netlify CMS instead of a headless WP.
There are some templates available from Netlify. I was hoping to get some advice on which template to choose. They are all fairly new to me.
But ease of use, SEO, and various pretty designs would be my main desires.
I appreciate any help. Thanks.
If you are new to JAMStack development, I suggest use Stackbit. They develop some awesome templates and take care of netlifyCMS setup, which can be quite some chores.
If you mean the Templates available here, then they are less to do with Netlify-CMS, and just what Jamstack tool you want to use.
The CMS itself looks the same for all of the templates, all they do is give you an example of how you can wire up NetlifyCMS to various popular site-generation tools.
My personal opinion would be either Next.JS or Eleventy, as they are relatively easy to use with good SEO out of the box, but your personal previous experience and preferences on which JamStack tool to use for this blog would be the defining factor.

Essential tools for a Distributed development team

I want to setup a website where a team of developers (distributed all over the world) can get together and develop Software.
So far (after a ton of reading) im coming close to the conclusion that the tools I will need are: a Version control system (git , mercurial), a bugtracker and and project manager? This post here also help come to this conclusion.
Now my questions are:
- Am I correct and what other tools will I need?
- Will is be possible to integrate these tools with my website?
by this I mean the look ( my website logo) and feel (not having to bounce around from one link to another)?
- I would also prefer hosting my own git/mercurial repo as i dont want to have to go open source is is this advised?
-Free/open source applications would be best
Also another question, I had a look at redmine, does this cover all the things that i would need? as i see it has a lot of features..
You want to reinvent the wheel... do you know it?!
You forgot at least:
Future planning (and bugtracker will become issuetracker)
Team communication (realtime and|or non-realtime)
Some type of internal documentation (wiki?)
Code reviews
Unit-tests, build and deploy tools
Maybe private repository on code-hosting sites will be more natural (and fast) way? Or you can try GitHub Enterprise or Assembla Private Installation

Is Oprah's site made in Joomla!

I have got a project from a model who wants to build a site similar to oprah.com
I went through oprah.com and tried to find the CMS it is using but failed miserably. Does anyone has any ideas?
Moreover, which Joomla! components can be used to mimic the Oprah's site?
This is a custom built site, which was built ofver several years. I do not know about the CMS, but it does use J2EE, Oracle DBMS and Autonomy’s IDOL search and personalization engine and Jive’s Clearspace collaboration software for discussion forums and blogs. I would predict therefore that the CMS is either bespoke or another paid for CMS solution. I agree with pharalia - it is definately not an php-based open-source product such as Wordpress or Joomla
You could easily replicate this look in Joomla, or Wordpress or Drupal for that matter. Since I know Joomla best and you asked, I would use K2 with a couple of different display modules for a site like this. RokStories and RokTabs come to mind but there are all kinds of K2 compatible modules out there now.
That said, I'm not sure I would want to replicate a site this old. It makes some really basic mistakes that Oprah might be able to get away with, but someone with less star power is going to have problems.

Content Management System for Documentation of a Research Project

I am working on documentation of a Research Project at my college.
I am searching for a mediawiki style content management system with good user privilege features so that the sections of wiki accessible to the wiki user will map to their privilege level.
Users who do not have an account will not be able to access the documentation. I am not sure mediawiki has that feature. Please suggest some options to select from.
DokuWiki seems pretty interesting for this purpose. Tested it myself and it is quite simple to install and manage.
http://www.dokuwiki.org/dokuwiki
You can also look for SharePoint 2010 Foundation which is free of cost
http://sharepoint.microsoft.com/en-us/buy/Pages/Licensing-Details.aspx.

Web store version control for very small group or individual?

For very small teams, or an individual developer, is there a source code control tool which is a web service, or web based application, with no or very little cost?
Ideally, it would work with Microsoft development. IDE Integration would be awesome, but a windows application that connects to the web service would also be sufficient.
Would you consider such a product to be market worthy?
I'd recommend Codespaces. It has a free plan, and the next plan up is only $3/mo. It comes with project planning and a bunch of goodies. Look at the screenshots page, pretty nice.
GitHub is free if you OpenSource the project and is only $7/month for personal plans.
http://github.com/plans
I don't know much about it's possible IDE integration, though.
I recommend Unfuddle.com for subversion or Github
There used to be ads on this site for BeanStalk. Free for a single repository/3 users. There are a few tools to integration SVN with an IDE - try VisualSVN.