Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aydinhassan/wild-and-without

Wild & Without Blog
https://github.com/aydinhassan/wild-and-without

Last synced: 1 day ago
JSON representation

Wild & Without Blog

Awesome Lists containing this project

README

        

Wild & without blog

Our WP travel blog

## Development

```sh
$ git clone [email protected]:AydinHassan/wild-and-without.git
$ cd wild-and-without
$ composer install
$ docker-compose up -d
$ npm start
```

### WP CLI

```sh
docker-compose exec php wp --allow-root --path="public/wp
```

## Deploy

```shell
dep deploy
```

## Production

### DB dump

```shell
sudo mysqldump --skip-extended-insert -u root -p wild_and_without > ~/wildandwithout.sql
```

### Local db import

```shell
docker exec -i wild-and-without-db mariadb -uwild_and_without -pwild_and_without wild_and_without < wildandwithout.sql
```