Skip to content

Commit

Permalink
Updated version, and the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
suthanbala committed Mar 8, 2018
1 parent 507a27b commit 5e49ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Installing / Getting started

You may start by cloning the directory to your machine. Naming the project as the domain name is a good practice.
You may start by cloning the directory to your machine. Naming the project as the domain name is a good practice. If you are working on an existing site, then copy the themes in to `src/themes/`, plugins into `src/plugins/` and the uploads into `src/uploads`. Also, if you have the Database SQL file, then place it inside the `src/initial-db` directory.

```shell
git clone https://github.com/suthanbala/wordpress-docker-gulp.git dev.yourdomain.com
Expand Down Expand Up @@ -102,7 +102,7 @@ During this early phase in the tool, we do not have a sufficient way to do a dat

## Versioning

We can maybe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [link to tags on this repository](/tags).
We are using [SemVer](http://semver.org/) for versioning.

## Build
- To fully export the project, run the `export_all.sh` bash script located in the `scripts` folder. This will export all the source code and the SQL file into the `build` directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-wordpress-gulp",
"version": "0.2.0",
"version": "0.3.0",
"description": "Docker image for Wordpress using Gulp and BrowserSync.",
"main": "index.php",
"scripts": {
Expand Down

0 comments on commit 5e49ee3

Please sign in to comment.