Merge pull request #2690 from parthjani7/minor_typo_fixes
Minor typo fixes
This commit is contained in:
commit
5b029ded07
|
@ -105,7 +105,7 @@ WORKSPACE_COMPOSER_REPO_PACKAGIST=https://packagist.phpcomposer.com
|
||||||
|
|
||||||
## I got (Module build failed: Error: write EPIPE) while compiling react application
|
## I got (Module build failed: Error: write EPIPE) while compiling react application
|
||||||
|
|
||||||
When you run `npm build` or `yarn dev` building a react application using webpack with elixir you may receive a `Error: write EPIPE` while processing .jpg images.
|
When you run `npm build` or `yarn dev` building a react application using webpack with elixir you may receive an `Error: write EPIPE` while processing .jpg images.
|
||||||
|
|
||||||
This is caused of an outdated library for processing **.jpg files** in ubuntu 16.04.
|
This is caused of an outdated library for processing **.jpg files** in ubuntu 16.04.
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ To fix the problem you can follow those steps
|
||||||
|
|
||||||
1 - Open the `.env`.
|
1 - Open the `.env`.
|
||||||
|
|
||||||
2 - Search for `WORKSPACE_INSTALL_LIBPNG` or add the key if missing.
|
2 - Search for `WORKSPACE_INSTALL_LIBPNG` or add the key, if missing.
|
||||||
|
|
||||||
3 - Set the value to true:
|
3 - Set the value to true:
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ It supports a variety of common services, all pre-configured to provide a ready
|
||||||
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
|
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
|
||||||
- Run your own stack: Memcached, HHVM, RabbitMQ...
|
- Run your own stack: Memcached, HHVM, RabbitMQ...
|
||||||
- Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...
|
- Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...
|
||||||
- Easy to customize any container, with simple edit to the `Dockerfile`.
|
- Easy to customize any container, with simple edits to the `Dockerfile`.
|
||||||
- All Images extends from an official base Image. (Trusted base Images).
|
- All Images extends from an official base Image. (Trusted base Images).
|
||||||
- Pre-configured NGINX to host any code at your root directory.
|
- Pre-configured NGINX to host any code at your root directory.
|
||||||
- Can use Laradock per project, or single Laradock for all projects.
|
- Can use Laradock per project, or single Laradock for all projects.
|
||||||
|
@ -82,7 +82,7 @@ That's it! enjoy :)
|
||||||
> You can turn On/Off as many instances as you want without worrying about the configurations.
|
> You can turn On/Off as many instances as you want without worrying about the configurations.
|
||||||
|
|
||||||
> To run a chosen container from the list below, run `docker-compose up -d {container-name}`.
|
> To run a chosen container from the list below, run `docker-compose up -d {container-name}`.
|
||||||
> The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container use the name "php-fpm".
|
> The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container, use the name "php-fpm".
|
||||||
|
|
||||||
- **Web Servers:**
|
- **Web Servers:**
|
||||||
- NGINX
|
- NGINX
|
||||||
|
|
Loading…
Reference in New Issue