cloyne / docker-roombids

RoomBids website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloyne blog

http://cloyne.org/

Development

For development, you have to install Docker and docker-compose.

On Mac OS X you have to use boot2docker with alternative ISO image. In short, you:

  • run boot2docker down
  • download boot2docker.iso and save it as ~/.boot2docker/boot2docker.iso
  • run VBoxManage sharedfolder add boot2docker-vm -name home -hostpath /Users
  • run boot2docker up

Clone this repository and run docker-compose up -d to run it locally. This will create two Docker containers, one for MySQL database, another for Cloyne blog. You should see them running through docker ps. Wait for around 10 seconds for all internal container processes to start correctly and open IP as returned by boot2docker ip, or open 127.0.0.1 on Linux, in your browser and you should see Wordpress installation wizard. Initially database is empty and you have to configure your local version of Cloyne blog. Probably you should configure it similar to deployed Cloyne blog is so that you can test things.

Script runs Cloyne blog in a way that it maps plugins and themes directories directly into the container. This means you can just work directly on them and just reload in the browser. Once you are satisfied with your changes, you commit and push to GitHub.

See also: cloyne/servers for how to update the version on the website.

Plugins

Plugins are stored in plugins directory. You can add plugins you want there. But the best way is that you add plugin through as a git submodule. For example:

git submodule add https://github.com/benhuson/wp-mailfrom.git plugins/wp-mailfrom-ii

Theme

Most changes you will do by modifying theme. Simply modify necessary PHP or CSS files and this is it. Have in mind that sometimes it is better to create a placeholder in the template which can later on be filled through Wordpress web admin interface instead of hard-coding the code change you want.

WordPress

To upgrade the version of wordpress, see cloyne/docker-wordpress

About

RoomBids website


Languages

Language:PHP 58.3%Language:CSS 22.3%Language:JavaScript 19.2%Language:Python 0.0%Language:Hack 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%