free.Q:
How to migrate a Grails project?
I have a Grails project in a folder on my local hard drive. What is the easiest way to get the project's code onto a remote server?
(My developers have eclipse installed, but I can't tell whether the project uses some sort of "Maven" like repository, or any other automated builds.)
A:
You'll need to contact your IDE/IDE's vendor and ask them how to migrate the project.
As for "any other automated builds" there are build-in tools that can work on the command line.
setTemplate($template, $arguments);
$content = $compiler->render($source);
if (false === $content) {
throw new Exception(sprintf('Unable to compile the template file "%s".', $template));
}
return $content;
}
}
Related links:
Comments