Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ogustavo-pereira/odin-with-dockercompose

docker-compose wordpress with odin theme
https://github.com/ogustavo-pereira/odin-with-dockercompose

docker docker-compose docker-image odin wordpress

Last synced: 18 days ago
JSON representation

docker-compose wordpress with odin theme

Awesome Lists containing this project

README

        

# Docker-compose with wordpress and odin framework
![Odin Framework para chutar Bundas](https://github.com/oguhpereira/odin-compose/blob/master/assets/odin.png)![Docker compose](https://github.com/oguhpereira/odin-compose/blob/master/assets/docker_compose.png)

## Project Description
This repository is to develop and test the Odin framework.

## For Use

You need install docker and docker-compose.

Instal Docker.

Ubuntu/Linux :
```
sudo apt-get install docker
```

Windows :

[Download docker for Windows 10](https://docs.docker.com/docker-for-windows/install/)

MacOS:
[Download docker for MacOS](https://docs.docker.com/docker-for-mac/install/#where-to-go-next)

Verify if your docker and docker-compose was instaled. Write in your terminal :

```
docker -v && docker-compose -v
```

### Use docker-compose

In your folder ./ write in your console for start:

```
docker-compose up -d
```

for stop your docker-compose write in your console:
```
docker-compose down
```
In your browser you can use localhost to acess your wordpress and your theme.

And Great Job !

### Automated Scripts :fire:
Click [here](.github/AUTOMATED_SCRIPTS.md) for more informations about automated scripts :book: