A new version of EnvDev project is now available in 3.0 version.
EnvDev is now not only a PHP environment. You can now create a NodeJS environment. Create your custom environment profiles for each projects.
Changelog :
[3.0]
Added
- Create one environment file by container
- Add profile cr...
To develop, it is very confortable and secure to use SSH keys with GIT. In this case, an authentification by username and password are not necessary.
The first step to configure your environmment is to have generated SSH keys. If you don't have keys generated, you can follow all the process descri...
A new version of EnvDev project is now available in 2.5 version.
Changelog :
[2.5] - 2020-01-04
Changed
- Change default version of PHP in
.env.dist
file from 7.3 FPM to 7.4 FPM - Change License date
- Update README
- Rebuild home interface
- Remove orphans containers when restart/stop act...
In some PHP projects, you could have to use an Oracle Database. In this case, you need install OCI8 module in your PHP configuration.
Install Oracle Client Instant & SDK
Download the latest Oracle Instant Client and SDK
Download the latest Oracle Instant Client and SDK from the Oracle website
...