Skip to content

Commit

Permalink
readme & optimize configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed Mar 17, 2023
1 parent 755bfe5 commit f6c7e10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,16 @@ Then: `sudo systemctl restart httpd`

**We provide you two methods of installing the Mixpost using Docker:**

- Pull Docker image with all configurations.
- Build Docker image and have full control.
- Pull Docker image.
- Build Docker image on your machine and have full control.

## Pull Docker image with all configurations
This is the most suitable method. You can use [Portainer](https://www.portainer.io/) to install Mixpost Lite.
## Pull Docker image
This is the most suitable method, see image on [docker hub](https://hub.docker.com/r/inovector/mixpost), there are also the installation instructions. You can use [Portainer](https://www.portainer.io/) to install Mixpost Lite or simply by creating a `docker-composer.yml` file.

See image on [docker hub](https://hub.docker.com/r/inovector/mixpost). There are also the installation instructions.
## Build Docker Image on your machine
You can build a docker image that will have all server configurations and start the containers.


## Build Docker Image
You can create a docker image that will have all server configurations and start the containers.
This method is mostly for developers. If you decide to install Mixpost using this method, it means that you know what you are doing.

Download the latest version of Mixpost Lite from [here](https://github.com/inovector/MixpostApp/releases), copy .env.example to `.env`, and fill in all the necessary values:
```env
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|
*/

'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Mixpost'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f6c7e10

Please sign in to comment.