gdev
gdev copied to clipboard
New project command
Gdev should have new command for interactively creating new project.
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
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)