Just to say that on the private git server for a 1 man band, you can't do much better than get yourself a free dropbox account, stick your repository on it and then clone it to a local folder.
That's you backed up off site and you can access your 'sever' from all your computers. On Jun 3, 9:14 am, rubybox <[email protected]> wrote: > Thanks for the Inputs! > > Using redmine now for several days and its lovely, > nothing more I could wish for > > On May 29, 2:18 pm, Marnen Laibow-Koser <[email protected]> wrote: > > > rubybox wrote: > > > As a 1 man ruby on rails developer I have several ideas / concepts for > > > (near) future project and 1 active project im working on now. I found > > > myself in the need of a nice good looking and simple project > > > management to keep track of software development and features, goals > > > and milestones and version releases. So I will be able to have a clear > > > goal of which features to build in each new version and make some sort > > > of planning / keep track of everything. > > > > I have already expierience with several project management softwares > > > such as Jirra > > > and lighthouse but those seem to complex for my 1-man development > > > needs now and seem overkill to setup and maintain. > > > JIRA: Overkill, hard to use. > > Lighthouse: not overkill, hosted, no setup. > > Redmine: not overkill, flexible, easy to set up. > > > > Therefore my question Is there anything simple out that someone can > > > advice me that facilitates in > > > > # Some soft of github server to store my code locally on my dev > > > machine ( I dont want my code up on github ) > > > You probably mean a Git server, not a GitHub server (unless you want to > > pay thousands of dollars for GitHub's software). First of all, there's > > GitHub itself. Paid members can create private projects. Also check > > out Gitorious. > > > If you want your own Git server, Gitosis is the way to go. > > > > # Project management that looks nice, intuitive and is not overkill > > > but helps me keeping track of my code, settings milestones, keep an > > > eye on bugs, milestones, etc everything a simpele software development > > > cylcle would need? > > > Like I said, Lighthouse or Redmine. > > > > # Some way to move from local to remote lateron and add more people > > > when Im in the fase of needing that ( more people = more ror > > > developers, designers etc ) > > > This is easily done. > > > > I hope I phrase my question clearly enough and someone can advise me > > > on any opensource or payed project management software solution for my > > > 1-man development and options to upgrade in the future. What do you > > > use at this moment or would be advisable? > > > > I already make usage of Sass to globalize my CSS and speedup the > > > development > > > Good. > > > > Im using mercury to create mockups and working prototypes for future > > > ideas/concepts > > > Never tried Mercury. I'm using Mockingbird. > > > > Thanks in advanche > > > Best, > > -- > > Marnen Laibow-Koserhttp://www.marnen.org > > [email protected] > > -- > > Posted viahttp://www.ruby-forum.com/. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

