Skip to content

Commit f6c7e10

Browse files
committed
readme & optimize configs
1 parent 755bfe5 commit f6c7e10

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,16 @@ Then: `sudo systemctl restart httpd`
173173

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

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

179-
## Pull Docker image with all configurations
180-
This is the most suitable method. You can use [Portainer](https://www.portainer.io/) to install Mixpost Lite.
179+
## Pull Docker image
180+
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.
181181

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

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

188187
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:
189188
```env

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"require-dev": {
1616
"fakerphp/faker": "^1.9.1",
1717
"laravel/pint": "^1.0",
18-
"laravel/sail": "^1.18",
1918
"mockery/mockery": "^1.4.4",
2019
"nunomaduro/collision": "^7.0",
2120
"phpunit/phpunit": "^10.0",

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'name' => env('APP_NAME', 'Laravel'),
18+
'name' => env('APP_NAME', 'Mixpost'),
1919

2020
/*
2121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)