org_heigl/wordpress_bootstrap
Composer 安装命令:
composer create-project org_heigl/wordpress_bootstrap
包简介
setup a wordpress with one terminal-command: composer create-project org_heigl/wordpress_bootstrap my-wordpress-folder
README 文档
README
Easy installation of a ready-to-use wordpress using composer and vagrant
Prerequisites:
for this to work you need a working installation of
Installation
- Create a new Project:
composer create-project org_heigl/wordpress_bootstrap my-wordpress-folder - Answer some questions during the installation. You can press 'enter' for the default values.
cdinto the new folder:cd my-wordpress-folder- start the VM:
vagrant up - Point your browser to http://127.0.0.1:8080.
- There is no step 6
You can use "wpadmin" and "password" to log into your fresh wordpress-installation.
Plugin- and Theme-management
This installation contains a plugin
that keeps activated plugins in sync with your composer.json-file.
Tha tway you can use the wordpress-plugin and theme-repository to find your favourite plugins abd themes but you can rest assured that those will be available in your composer.json-file as well
That way you can add this project to your VCS of choice and transfer minimal data
to any other machine and with a composer install you will have a copy of your
wordpress-installation.
For more informations on how the plugins and themes are added to the composer.json-file and how to add your own stuff that is not hosted on the wordpress-repository have a look at https://github.com/heiglandreas/wp_talkToComposer
Currently only the setup is automated. If you have further ideas or want to implement something feel free to open an issue or pull-request.
More details:
Wordpress is installed into a folder wp and the wp_content-folder is taken out
of that installation and put beside that wp-folder as wp-content. If you want
to adapt those settings have a look at the wp-config.php right inside the main folder.
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-04