- Install composer: How To Install and Use Composer on Ubuntu 16.04 | DigitalOceanDigitalOcean
sudo apt-get install php-xml
- Ajustar fecha y hora del servidor, si es necesario, probar con php la fecha y hora.
- Install cURL:
sudo apt-get install php-curl; sudo service apache2 restart;
- Enable mod_rewrite:
- Follow “How To Rewrite…”, BUT STEP 2 ENDS with replace in
\etc\apache2\apache2.conf
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
- How To Rewrite URLs with mod_rewrite for Apache on Ubuntu…
- Follow “How To Rewrite…”, BUT STEP 2 ENDS with replace in
- Pull Git repos.
- Restaurar DB’s.
- Probar que funcionen las API y la carga de archivos.
- Comprobar registros de seguimiento a clientes.
- Agregar reply to a notificaciones.
- Teminar integración seguimeinto a clientesen ttp.
Estimated reading time: < 1 min
Views: 16