gdev icon indicating copy to clipboard operation
gdev copied to clipboard

New project command

Open villepietarinen opened this issue 9 years ago • 2 comments

Gdev should have new command for interactively creating new project.

villepietarinen avatar Aug 19 '16 07:08 villepietarinen

Once these theme templates are ready we can choose from one of those:

https://github.com/devgeniem/wp-starter-dustpress-theme
https://github.com/devgeniem/wp-starter-theme

gdev should also have configurable git server address as we don't want to hardcode our private git server address.

This info be saved in json file: ~/.gdev/config.json

onnimonni avatar Aug 19 '16 11:08 onnimonni

If user chooses wordpress project it should:

  • Use our https://github.com/devgeniem/wp-project project template
  • Import wp-starter theme and merge all git commits from that theme into this project.
  • Create new repository in private git
  • Create new application in flynn staging server
  • Setup application in flynn server with default configs ( these can also be saved in ~/.gdev/config.json )

onnimonni avatar Aug 19 '16 11:08 onnimonni