Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
GoGoCarto
Commits
51ff7830
Unverified
Commit
51ff7830
authored
Jul 26, 2019
by
Sebastian Castro
Browse files
Documentation mongo support version
parent
29b94fe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/Install mongodb
View file @
51ff7830
Install version 3.4 or below
Install mongodb extension for php
http://php.net/manual/fr/mongodb.installation.php
beware of choosing the right version of the extension (php7 or ph5)
Install an additional driver for the bundle
php path-to-composer.phar/composer.phar require alcaeus/mongo-php-adapter
php path-to-composer.phar/composer.phar require alcaeus/mongo-php-adapter
Add Mongodb bundle
Follow the instruction of this link
...
...
docs/installation.md
View file @
51ff7830
...
...
@@ -16,11 +16,11 @@ Requirements
------------
1.
Php (Sur Linux : php7.2-curl)
2.
[
Composer
](
https://getcomposer.org/download/
)
2.
[
Composer
](
https://getcomposer.org/download/
)
3.
[
Nodejs
](
https://nodejs.org/en/download/
)
4.
[
Git
](
https://git-scm.com/
)
5.
Web Server (Apache, Ngninx,
[
Wamp server
](
http://www.wampserver.com/
)
...)
6.
MongoDB (http://php.net/manual/fr/mongodb.installation.php)
6.
MongoDB (http://php.net/manual/fr/mongodb.installation.php)
-> !!Version 3.4 or below!!!
The project is using php5.
**If you want to use php7**
, you will need to install the
[
MongoPhpAdapter
](
https://github.com/alcaeus/mongo-php-adapter
)
To do so, please run :
...
...
@@ -40,8 +40,8 @@ git clone https://github.com/pixelhumain/GoGoCarto
cd GoGoCarto/
```
### Installing dependencies
Php dependency (symfony, bundles...)
### Installing dependencies
Php dependency (symfony, bundles...)
```
composer install
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment