Sha256: 6457b19b1ccdc515d049bbba1555bb2dfd46b77076526e8c82ea9107c7f8807b
Contents?: true
Size: 725 Bytes
Versions: 7
Compression:
Stored size: 725 Bytes
Contents
== svn # Add the following to your deploy.rb (or ~/.caprc if always the same) set :scm, 'your.svn.server' # The run the following from the root the project you wish to import cap deprec:svn:install cap deprec:svn:setup # XXX Not tested on deprec2 # # # Installs subversion and trac software on server. # Creates subversion repository on server and imports project. # Sets up trac installation for project. # # role :scm, 'deptest.deprecated.org' # # # install packages # cap apache_install svn_install trac_install # # # import project # cap svn_import_project # cap trac_init # cap trac_start # # # your project will be viewable at http://yourdomain:8000/ # # you can add other users with 'cap trac_user_add'
Version data entries
7 entries across 7 versions & 4 rubygems