Added by Laurent Steck almost 14 years ago
Hello
In order to migrate from another system I need to create multiple projects at once.Does a project creation's script exist to create multiple projects in batch mode ?
Thanks for any answer
Regards
Laurent
You could use script/console
or a rake task, but that requires a little rails knowledge. I don't know of a readily available solution.
Depending on what you need, one of the migration scripts (for example the one to migrate from trac) might be a starting point too.