Documentation for MongoDB#720
Merged
Merged
Conversation
alanpoulain
force-pushed
the
mongodb
branch
2 times, most recently
from
January 23, 2019 13:18
2113424 to
39854f1
Compare
dunglas
reviewed
Jan 25, 2019
|
|
||
| * an API skeleton, including with [the server-side component](../core/index.md), [the Symfony 4 | ||
| microframework](https://symfony.com/doc/current/setup/flex.html) and [the Doctrine ORM](http://docs.doctrine-project.org/projects/doctrine-orm/) | ||
| microframework](https://symfony.com/doc/current/setup/flex.html), [the Doctrine ORM](http://docs.doctrine-project.org/projects/doctrine-orm/) |
Member
There was a problem hiding this comment.
We'll not "bloat" the distribution with MongoDB support by default, can you revert this one?
dunglas
approved these changes
Jan 25, 2019
dunglas
left a comment
Member
There was a problem hiding this comment.
Nice one! Can you just change the Docker related part and rebase?
Member
Author
|
I've added what to do manually in order to use MongoDB with the distribution. |
Member
Author
|
@vincentchalamon could you review this one please? |
dunglas
reviewed
Jan 27, 2019
| // api/Dockerfile | ||
|
|
||
| ... | ||
| pecl install \ |
Member
There was a problem hiding this comment.
Suggested change
| pecl install \ | |
| docker-php-ext-install \ |
Right?
Member
Author
There was a problem hiding this comment.
Doesn't seem to be possible:
docker-php-ext-install -j4 intl mongodb pdo_pgsql zip
error: /usr/src/php/ext/mongodb does not existIt's only available with PECL.
dunglas
approved these changes
Jan 27, 2019
vincentchalamon
approved these changes
Jan 27, 2019
soyuka
pushed a commit
to soyuka/doc
that referenced
this pull request
Feb 20, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.