continuous integration web service [closed] - continuous-integration

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am in a position where I could become a team leader of a team distributed over two countries. This team would be the tech. team for a start up company that we plan to bootstrap on limited funds. So I am trying to find out ways to minimize upfront expenses. Right now we are planning to use Java and will have a lot of junit tests. I am planing on using github for VCS and lighthouse for a bug tracker. In addition I want to add a continuous integration server but I do not know of any continuous integration servers that are offered as a web service.
Does anybody know if there are continuous integration servers available in a software as a service model?
P.S. if anybody knows were I can get these three services at one location that would be great to know to.

I am assuming you are talking about continuous integration.
You can run CruiseControl on a virtual machine or an old machine, but if it needs to be up in the Internet, you can try virtual dedicated server hosting services. You can save money by picking Linux here, but I'd go for a Windows server if your target platform is Windows.

Note: This is an outdated answer from 2008. There are now plenty of such services thanks to things like Amazon's Elastic Cloud Compute service (for example, travis-ci)
I rather doubt you'll find a service to build stuff for you. Building requires a lot of CPU power, and if you're having to rebuild every time someone commits, it would be hard to scale such a service.. And I'm sure there's probably security issues and the likes as well..
As #eed3si9n said, you could run CruiseControl on a spare (virtual-)machine and use that. Then setup port forwarding, and something like http://dyndns.com or http://no-ip.info to make it publicly accessible. It's not ideal..
I've never used CruiseControl before, but I imagine there will be a way to take the build results, and upload them to a public web-server (as a dumb HTML file). That way it would sit on your home machine, watching github, building new versions and sending the results to a reliable web-host (so no "Connection Timeout" every time your home connection isn't accessible)
In fact, I just looked at the CruiseControl documentation - the build results are stored as a set of XML files, so it'd be trivial to transfer/display them on another machine.
Basically, my suggestion is: run the continuous integration server on a spare machine, have it upload the results to a public web server somehow.

Related

Assembla Redmine JIRA Zoho Yodiz review and/or alternatives [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a AaaS to handle the agile/scrum project management for a commercial software development project. We are probably going to use git as SCM and ideally we would like to have a good integration between the code changes in SCM and the tasks/bugs in the project management. I've narrowed down the search to a few options:
Redmine: Mainstream open source, free software development management tool. Tasks, bugs, wiki, blogs, time tracking, git integration, pretty much everything we need. Not hosted. Could be deployed in-house or in a PaaS like CloudFoundry.
JIRA: Lots of features. Integration with Git, Eclipse, plenty of plugins, plenty of functionality. 1 to 4 $/month/person/application. Limited integration with google apps.
Zoho Projects: New generation of management apps, fully integrated with google apps (calendar, docs, tasks). Task Management, Document Sharing, Time Tracking & Billing, Bug Tracking Software, Gantt Charts, Project Wiki, Project Chat, Project Calendar, Project Forums. With bug tracker, ticketing, git integration. Quite expensive (Projects $299 / year, Bug Tracker Add-on $299 / year)
Yodiz: Looks perfect for scrum (scrum board, release board, backlog, planning board, epics, sprints, releases). It has time sheets and integration with SCM, with automatic posting in the tasks/defects when the code is committed (http://app.yodiz.com/thirdparty/pages/git.vz?pid=6). Pricing 5$/user/month + 22$ month for GitHub. There is another similar software fogcreek (http://www.fogcreek.com) but it's VERY expensive.
Assembla: Everything under one roof. SCM repository + all the agile functionality (wiki, tickets, files, etc). 9$ to 99$ per month, 10$/user/month for assembla portfolio. Quite popular.
Assembla looks like a very good option, but I don't seem to find a loot of feedback about it. Could you give me your advice on Assembla, the other tools and maybe other different options.
An interesting project managament/CRM/bug trackers comparison spreadsheet:
https://spreadsheets.google.com/spreadsheet/pub?hl=en&key=0Ahw066SJeeSadFJGWXRTUVVfaE1WWmpkU09WUkt6Z0E&hl=en&gid=6
Assembla is good at integrating your SCM with your ticket/bug tracking. This is it's specialty. You can use Merge Requests for Code Review and Release Management. It has several ticket views for Management planning and Development planning. Every commit is able to be linked directly to tickets and you are able to track not only your bugs as they flow through the system, but the code that surrounds these bugs.
You should try it, there is a 30 day free trial that will allow you to use all of the various tools associated.
Looks like you are trying to look at different software alternatives for project management. Here is one good comprehensive list (and comparison) of the different tools you can use: http://blog.timedoctor.com/2011/02/02/43-project-management-software-alternatives
That should give you some really good alternatives and you can add that to your research.
Also take a look at SonicAgile.com -- designed specifically for Scrum and it includes support for backlogs, scrumboards, and burndown charts. I wrote a blog entry on its features here:
http://stephenwalther.com/archive/2012/08/08/announcing-sonicagile-an-agile-project-management-solution.aspx

Hosting providers for .Net 4 / MVC 3 applications [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I’ve developed an application over .Net 4 / MVC 3. And now I want to host, this is my first ever hosting experience so I'm confused and seriously need help.
It’s not so complex application basically serving as a community image sharing website.
Now I'm looking for a hosting service for it, I don’t know much about it but what I’ve learnt I think I need following in it.
Host provided using IIS 7 (that’s fully supports .NET4/MVC3 so I could ideally use MVC routing functionalities totally, without having the headache of adding extensions in route and support functionalities (File MIME Types, Custom Error Pages etc.)
As it’s a community website, so it should remain available 24/7 like good server performance and availability, so users don’t get bugged by server not available and alike errors.
Domain registering/hosting functionality, Security
SQL Server support, an easy control panel (I think Cpanel?)
Dedicated IP address for my website (for SSL and better SEO)
Ideally unlimited bandwidth/space packages (because it image sharing so it can be increasing in both parameters)
And of rouse as it’s not actually a commercial product so be compact in price.
I know I’ve put up a lot of points up, but I’ve also searched through other threads and other forums and found out these as recommended options, any words over their performance and support:
Arvixe | Seekdotnet
Here are some you can use. Depending on the price you want to pay.
I have godd experiences with GoDaddy and DiscoutASP (both offers what you need, depending on what you want to pay).
But there are so many hosters. Its not only the features and price that counts, it is also the location of the servers .
Companies
GoDaddy
DiscountASP
Arvixe
Seekdotnet
WinHost
Peer Hosting Stackoverflow Offer
Hosting Lists / Directories
Windows Web Hosting Gallery
Best ASP.NET Hosting
Best Windows Hosting
Just my experience
One of my website is hosted on Godaddy. The domain and hosting was ordered on 22 december 2011. To be honest, they may be cheap and enticing at first, but their services aren't too great to talk about. My site is hosted on Asia-Pacific servers so I am talking about those only. The one's in US might have good standard so I can't comment. Actually they have too many customers so it's basically boils down to very tedious task to manage all of those. But, even if we say this, that's what we pay them for.
DiscountAsp is a slight bit expensive and it's good too. No current experience, but they were great when I tried them in 2009 so I suppose they might have only improved. But, do consider the reviews from real users for this hosting provider.
Cytanium is another hosting provider. My friend has a website hosted on it and if his views can be taken, it's a very recommended windows hosting provier. If your requirements aren't that big, you will find it cheap.
Additional Info
You haven't asked for deployment guidance, but I am listing a decent article for getting things up and running with few insights into this important aspect of web development : Deployment to a Hosting Provider
Winhost is a good option, and I believe it has everything you need. I am currently using it to host a .NET4/MVC3 website.

Experiences on free and low-cost hosting for play framework applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'd like to know your experience finding a host for play applications on free or low-cost servers
So far now I found the following options:
Playapps (discontinued)
A cloud hosting solution by zenexity, the company behind play framework
module: http://www.playframework.org/modules/playapps-1.4/home
princing: http://www.playapps.net/pricing
Google Application Engine
module: http://www.playframework.org/modules/gae-1.4/home
cons: can't use mysql, should not use JPA
Instead of JPA it is advised to use siena
http://www.playframework.org/modules/siena-2.0.0/home
nice example: http://viralpatel.net/blogs/2011/01/first-play-framework-gae-siena-application-tutorial-example.html
Cloudbees
module: http://www.playframework.org/modules/cloudbees
floss: http://www.cloudbees.com/foss/
tutorial: http://wiki.cloudbees.com/bin/view/RUN/Playframework
dotCloud
module: http://www.playframework.org/modules/cloudbees
princing: https://www.dotcloud.com/pricing/
(there's a free plan with 10MB db)
AWS - Amazon Web Services
pricing: http://aws.amazon.com/en/ec2/#pricing
pricing: http://aws.amazon.com/en/elasticbeanstalk/#pricing
samples:
http://www.ibm.com/developerworks/java/library/j-javadev2-19/index.html
http://www.ibm.com/developerworks/java/library/j-javadev2-16/index.html
Heroku for play!
princing: http://blog.heroku.com/archives/2011/8/29/play/
(seems like you get 1 web dyno + 5mb postresql dabate for free)
sample: http://devcenter.heroku.com/articles/play
Do you have any experience with one of these?
Any other option you know?
I had a bad experience with GAE, as you are forced to work with their API for many things, some components don't work as GAE blacklists some package they require, etc. Also, moving from GAE to another platform can be painful.
Amazon can get expensive depending on the resources you use. I don't know about the others.
The standard option would be Playapps.net, the basic plan is cheap and it provides everything you might need.
Another alternative is to pick a cheap Linode and set it up yourself. It's a bit more expensive and more work, but better value for the bucks.
I am big fan of Cloudbees. I have hosted a few apps there and the load time is fast. Also, they have good support and a great team.
I've just found a new free option
http://community.jboss.org/blogs/thomas.heute/2011/08/12/lets-play-on-the-red-hat-cloud-using-the-play-framework-on-openshift-express-and-jbossas7
Red hat cloud, Openshift express... I'll update the question...
another option I've just found is VmWare's cloudfondry
here is a tutorial on how to configure it for play! apps
http://iambivas.blogspot.com/2011/08/running-play-framework-application-on.html
no pricing yet, but I guess there will be an affordable option...
edit: a new module for play
module: http://www.playframework.org/modules/cloudfoundry
an article talking about unexpensive java hosting solutions
http://veerasundar.com/blog/2009/12/hosting-java-applications-in-the-web/

Is there a ticket system that also does project management? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Were looking to roll out a ticket system that also has project management capability. We're currently using Trac but we find that it's really difficult to config and also has very weak support with workflows. Ideally we want a system that has:
A ticket system that supports workflow
Integrates well with window's Active Directory for user management
Has good integration with our source management (SVN)
Has project management functions and reporting. At the very least some sort of Gantt chart.
Project manager needs to be able to pick tickets and features to go into a certain milestone/sprint
The interface to this system needs to be accessible from any platform (windows, mac etc).
What system should we use? What are your experiences? We are looking at a few examples like Jira, FogBugz, TFS, Jass, etc etc. There's just too many, looking for recommendations.
We are a commercial shop so cost is not an issue.
Personally I find the Atlassian products to be affordable, robust, and well supported, so I went with JIRA when I was looking at ticketing systems in the past. It integrates nicely with AD and SVN which I had no trouble setting up.
One of the reasons I picked JIRA was the reporting functionality which gave great breakdowns of number of issues and progress on each project, and even let you use sql-like syntax to customize as needed.
It's web based, so any platform is not an issue.
I did not use it for project management, but they have a solid plugin community and a quick google search turns up a few gantt plugins such as Gantt Connector.
I think Redmine (opensource, GPL) is a nice alternative.
Below are some of the main features of Redmine (from the site).
Multiple projects support
Flexible role based access control
Flexible issue tracking system
Gantt chart and calendar
News, documents & files management
Feeds & email notifications
Per project wiki
Per project forums
Time tracking
Custom fields for issues, time-entries, projects and users
SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
Issue creation via email
Multiple LDAP authentication support
User self-registration support
Multilanguage support
Multiple databases support
I'd also note:
There are many plugins for Redmine on internet
Issue reports generation in PDF
Intuitive interface
I agree with the Redmine suggestion - it's got great functionality compared to the rest of the open-source/free competition, although in my opinion its still a relatively immature and unpolished product.
If you have your own servers or high end VPS, somebody dedicated to IT/admin stuff and don't mind paying the money, I think the Atlassian suite of tools (Jira etc.) are the way to go in terms of features, usability and customization.
You can add my favourite to your short-list: Gemini by CounterSoft.
It's .NET based and just requires Windows IIS/SQL Server, works on all browsers (even for some our client's running IE6 and keeps the MAC boys happy!).
Doesn't have AD support yet, but has fairly flexible capabilities to help you set it up so you get quickly user adoption. By this I mean, define your screens, tweak your on-screen labels, workflows, per-project metadata, nested versions (for your sprints, etc.).
Funnily enough, one thing that it has that really makes a difference to us is inline editing: editing in place when viewing lists of issues, makes things easier when running daily meetings, etc. Reporting is basic, but we dropped in our own custom reports (by creating simple ASP.NET User Controls).
We used it with SVN and it's OK but now switched to TFS Source Control and Gemini still works well with it.
Please try BootStrapToday, it is just fit for your perusal. Equipped with all the features of Ticketing, Tracking, Project Management, SVN and GIT support, Integration with other softwares, Gantt charts, apart from these.. the Two very unique features of this tool are:
1) Automation :
2) Intelligence:
To gain insights of these features in detail do visit www.bootstraptoday.com
I have tried this tool at my office and the collaboration has become much more easier at our premises.
BootStrapToday is also available as On-Premise set up as well cloud based.

Project collaboration tool recommendations [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What project collaboration tools do you recommend for maintaining tasks, bugs, collaborating, messaging, storing files, wiki, etc?
I had a look at Remember The Milk, but not sure if it's ideal! Backpack looks good and reasonably priced; has anyone used it?
I find it nice to have one web based project management tool in which I can get an overview of everything related to the project(s). This includes user (developer) administration, wiki, repository and most importantly time tracking with road mapping.
Redmine does the job for me.
And I normally use a git repository with it. It can be a wee bit difficult to set up on your web server but I found that it was worth the effort.
There's also related questions on stackoverflow like Project tracking/management tool.
Good luck.
I've used unfuddle which is quite good. It has a ticket based workflow along with git and subversion hosting.
A single project account is free, with payed accounts being charged by number of projects and amount of storage space used.
The Atlassian products are great but not cheap.
Jira for bug tracking
Confluence for wiki/collaboration
Pair this with Google App
Email
Chat
And you're rolling.
I would personally look into Mindtouch's products. There are even extensions/plugins that are suited to software development teams.
I'd recommend giving TeamLab a try. Maintaining tasks, collaborating, messaging, storing and editing files and wiki are featured. The only thing they lack is bug tracking.
Perhaps, if you can wait, Google Wave might be a good fit.
Depending on the size of you team (and other factors) a combination of Subversion & BugZilla might suffice.
Of course, Microsoft swears by it's VS Team Systems (haven't used it as the price tag is prohibitive)
TortoiseSVN is comfortable.
I would seriously look into Code Collaborator
Lighthouse is awesome if you want a hosted solution. It's basically the same as Basecamp, except with a software development focus.
The best I've used so far is SmartSheet (www.smartsheet.com) - I feel like one of those TV salesmen...spreadsheet like interface, stores all size files (and file versions), allows for discussions, alerts and reminders. Very flexible and easy to use.
I've heard of a few teams that use Basecamp, but I've always just used Trac. Trac is opensource and has a decent API for extensions.

Resources