Bash script to create a full software development environment
Posted in Linux on ago 17th, 2011 No Comments »
I have create this (first version) script to automatize the creation of all the services related with a new software development project.
The script creates…
- A new Subversion repository to host the source code of the project.
- A new MySQL database to store the data of the Trac instance.
- A new instance of Trac, linked to the just created Subversion repository, to be used like the project’s portal.
- A configuration file for Apache2 in order to made accesible the Trac repository.
The structure of the new Subversion repository is as follows: