Hello!
I’d like to share with you this project I’ve been working during the previous weekends; I hope you’ll enjoy it
Note: This is an early stage project so I’d suggest you to test it in a test virtual machine! And therefore it is not ready for production either
(once ready) you’ll be able to use DeploYii either as a simple task runner to automate your project setup and configuration or as deployment solution to package and deploy your code.
return [
'deployiiVersion' => '0.4.0',
'require' => [],
'params' => [
'username' => 'world',
],
'targets' => [
'default' => [
['out', 'Hello {{username}}!'],
],
],
];
[size="4"]More information/download: http://www.deployii.com/[/size]
It’s open source so contributions will be more than welcome as soon as it gets around version 0.5
(in the meantime feel free to open issues if you find any bug)
If you like the project / the idea please star the project on GitHub. Thanks!
Giovanni.