//////////////////////////////////////////////////////////////////////////////// ///////////////////////// STUDIALIS LIBRARIES ////////////////////// ///////////////////////// Version 7.x-1.x ////////////////////// //////////////////////////////////////////////////////////////////////////////// Index ----- 1. Bug Issues | List of bugs that corrects this version 2. Requirements | Requirements for different install/update 3. Requirements Module Oxymis | List of Studialis versioned modules 4. Install 5. Update 6. Uninstall 1. Bugs Issues -------------- No Bugs. 2. Requirements --------------- WARNING : If these prerequisites are not met, the Webmaster must adapt its own process of install/update //DIRECTORY Before installing the modules, please ensure that the directories exist: sites/all/modules/contrib sites/all/modules/custom sites/all/modules/features //TOOLS PHP Version 7.0.x 3. Requirements Module Oxymis ----------------------------- drush dl --select studialis_libraries --source=http://drupal.oxymis.fr/release-history --destination=sites/all/modules/custom; Rq : Except against indication , use the latest stable versions. 4 Install ---------- drush en -y studialis_libraries; drush cc all; 5. Update ---------- > Deploy new versions (Except against indication , use the latest stable versions) > Launch update.php 6. Uninstall ------------- drush dis -y studialis_libraries; drush pm-uninstall -y studialis_libraries; drush cc all; //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////