First of all the starting point is gathering a virtual appliance of redmine.
Software Quality Assurance, Business Intelligence, Business Analysis... A Professional Playground!
Sunday, April 21, 2013
Setting Up an Open Source Development Environment II
Before you read this I suggest you to read the first post of development environment. In that post development approach is detailed. Setting up the figured environment is a little bit challenging. There are lots of configuration, however I chose the shortest path (lazy way :) of configuring the open source tools.
Tags:
Agile,
Apache,
Backlogs,
Continuous Integration,
Debian,
GIT,
PHP,
Project Management,
Redmine,
SVN,
Turnkey Virtual Appliance
Wednesday, April 17, 2013
How to resize Virtual Box .vdi Disk Size on Windows XP SP3
To increase open command promt and do the following.
Find your .vdi path and run:
And open your virtual machine. Windows XP is not supporting resize of the current disk in the disk management. Find a third party tool like partition magic. And increase the size of disk with unallocated partition.
cd C:\Program Files\Oracle\VirtualBox
VBoxManage list hdds
Find your .vdi path and run:
VBoxManage modifyhd “C:\VDI PATH\XX\XX.vdi” –resize 40960
And open your virtual machine. Windows XP is not supporting resize of the current disk in the disk management. Find a third party tool like partition magic. And increase the size of disk with unallocated partition.
Tuesday, April 16, 2013
Setting Up an Open Source Development Environment I
In this post, I will describe how to derive an agile development environment by using only open source tools with my choices. Further, I will explain how to configure this environment step by step. First of all, the most difficult part; selecting tools in the open source crowd. I preferred the most heard tools according to their futures and capabilities.
- Source Revision Control; SVN (subversion) or GIT
- Continuous Integration; Jenkins
- Issue Management; Redmine
- Agile Project Management; Backlogs extension for Redmine
Intent is to set up a slim, easily configurable, useful and agile development environment by considering quality issues.
Subscribe to:
Posts (Atom)