-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update documentation * update documentation
- Loading branch information
Showing
9 changed files
with
490 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
--- | ||
layout: doc-toc | ||
title: "Migration guide - Documentation" | ||
category: "Migration guide" | ||
logo: docker | ||
order: 8 | ||
--- | ||
|
||
## Database services | ||
|
||
We are no longer run services inside the same containers using localhost, mysql, mongodb, redis, phantomjs, mailcatcher, graphviz | ||
theses services are now part as side containers and can be activated using environement variables, please report to documentation. | ||
|
||
* [mysql](/databases/mysql/) | ||
* [mariadb](/databases/mariadb/) | ||
* [postgrsql](/databases/postgresql/) | ||
* [mongodb](/nosql/mongodb/) | ||
* [redis](/nosql/redis/) | ||
* [apache2](/webserver/) | ||
* phantomjs | ||
* mailcatcher | ||
* graphviz | ||
|
||
## Update nodejs version | ||
|
||
We are no longer using nvm to change nodejs version, inside you should follow the example below. | ||
|
||
```xml | ||
sh $(NVM_DIR)/nvm.sh | ||
sudo su -c "source /etc/profile ; nvm install 10.16.3 -reinstall-packages-from=v5.4.1 ; nvm alias default 10.16.3 ; nvm list" | ||
``` | ||
## Missing commands | ||
|
||
Commands listed below are missing: | ||
|
||
* rsync | ||
* eb | ||
* nvm | ||
* rbenv | ||
* subversion | ||
|
||
You could encountered missing command line, like rsync, it was previously on the base image of system, but not present in official base php debian image. When you meet this error install the package using a shell script using command below: | ||
|
||
```xml | ||
sudo apt update && sudo apt install rsync | ||
``` | ||
|
||
|
||
|
||
Please feel free to contact us if face any problem ! |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
--- | ||
layout: doc | ||
title: "7.0.33" - Documentation" | ||
category: "php" | ||
order: 9 | ||
excerpt: "PHP-7.0.33 support by continuousphp" | ||
--- | ||
[PHP-7.0.33](http://www.php.net) is supported by continuousphp containers. | ||
|
||
## Specification | ||
|
||
Our containers run PHP-7.0.33 with the following PHP extensions: | ||
|
||
### PHP Modules | ||
|
||
* apcu | ||
* ast | ||
* bcmath | ||
* bz2 | ||
* calendar | ||
* Core | ||
* ctype | ||
* curl | ||
* date | ||
* dba | ||
* dom | ||
* enchant | ||
* exif | ||
* fileinfo | ||
* filter | ||
* ftp | ||
* gd | ||
* gettext | ||
* gmp | ||
* hash | ||
* iconv | ||
* imap | ||
* intl | ||
* json | ||
* ldap | ||
* libxml | ||
* mbstring | ||
* memcached | ||
* mongodb | ||
* mysqli | ||
* mysqlnd | ||
* oci8 | ||
* openssl | ||
* pcntl | ||
* pcre | ||
* PDO | ||
* pdo_mysql | ||
* pdo_pgsql | ||
* pdo_sqlite | ||
* pgsql | ||
* Phar | ||
* posix | ||
* pspell | ||
* readline | ||
* recode | ||
* redis | ||
* Reflection | ||
* session | ||
* shmop | ||
* SimpleXML | ||
* soap | ||
* sockets | ||
* sodium | ||
* SPL | ||
* mcrypt | ||
* mhash | ||
* mongo | ||
* mysql | ||
* sqlite3 | ||
* standard | ||
* sysvmsg | ||
* sysvsem | ||
* sysvshm | ||
* tidy | ||
* tokenizer | ||
* xdebug | ||
* xml | ||
|
||
### Zend Modules | ||
|
||
* XDebug | ||
|
||
### JPEG Support | ||
|
||
* JPEG Support | ||
* libJPEG version 8 | ||
|
||
### Memory Limit | ||
|
||
* memory_limit 1024M | ||
|
||
### Sendmail | ||
|
||
* sendmail_path /bin/true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
--- | ||
layout: doc | ||
title: "7.1.31 - Documentation" | ||
category: "php" | ||
order: 9 | ||
excerpt: "PHP-7.1.31 support by continuousphp" | ||
--- | ||
[PHP-7.1.31](http://www.php.net) is supported by continuousphp containers. | ||
|
||
## Specification | ||
|
||
Our containers run PHP-7.1.31 with the following PHP extensions: | ||
|
||
### PHP Modules | ||
|
||
* apcu | ||
* ast | ||
* bcmath | ||
* bz2 | ||
* calendar | ||
* Core | ||
* ctype | ||
* curl | ||
* date | ||
* dba | ||
* dom | ||
* enchant | ||
* exif | ||
* fileinfo | ||
* filter | ||
* ftp | ||
* gd | ||
* gettext | ||
* gmp | ||
* hash | ||
* iconv | ||
* imap | ||
* intl | ||
* json | ||
* ldap | ||
* libxml | ||
* mbstring | ||
* memcached | ||
* mongodb | ||
* mysqli | ||
* mysqlnd | ||
* oci8 | ||
* openssl | ||
* pcntl | ||
* pcre | ||
* PDO | ||
* pdo_mysql | ||
* pdo_pgsql | ||
* pdo_sqlite | ||
* pgsql | ||
* Phar | ||
* posix | ||
* pspell | ||
* readline | ||
* recode | ||
* redis | ||
* Reflection | ||
* session | ||
* shmop | ||
* SimpleXML | ||
* soap | ||
* sockets | ||
* sodium | ||
* SPL | ||
* mcrypt | ||
* mhash | ||
* mongo | ||
* mysql | ||
* sqlite3 | ||
* standard | ||
* sysvmsg | ||
* sysvsem | ||
* sysvshm | ||
* tidy | ||
* tokenizer | ||
* xdebug | ||
* xml | ||
|
||
### Zend Modules | ||
|
||
* XDebug | ||
|
||
### JPEG Support | ||
|
||
* JPEG Support | ||
* libJPEG version 8 | ||
|
||
### Memory Limit | ||
|
||
* memory_limit 1024M | ||
|
||
### Sendmail | ||
|
||
* sendmail_path /bin/true |
Oops, something went wrong.