8000 GitHub - MGDIS/modulo: MGDIS Opensource Drupal Unified Logic for Organizations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MGDIS/modulo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modulo - MGDIS Opensource Drupal Unified Logic for Organizations

Technologies Getting Started Collaborators Contribute

Modulo is a set of useful Drupal modules to init and configure a blank digital platform.

📱 Visit this Project

💻 Technologies

  • PHP
  • JS / TS
  • HTML / CSS
  • Twig
  • SASS
  • Frameworks
    • Symfony
  • Deployment
    • Composer
    • Drush
  • Packager
    • Gulp

🚀 Getting started

 #La VM devrait être lancée à ce stade, si vous avez des erreurs se référer à la doc d'install qui comprend des aides au débogue.
make
#On rentre dans le bash de la vm
make bash
#On installe les dépendances php
composer install

In your /etc/hosts file,

127.0.0.1 docker.localhost

If you use BrowserSync or Firefox,

127.0.0.1 docker.localhost
127.0.0.1 monsite.docker.localhost
127.0.0.1 pma.monsite.docker.localhost
127.0.0.1 solr.monsite.docker.localhost
#etc...

Database backup

To dump the database without cache tables,

drush sql-dump --extra-dump=--skip-ssl --structure-tables-key=common > ./sites/mysql/yellowstone.sql

Apache Solr

Apache Solr is used :

  • to implement crossReading such as "moreLikeThis"
  • as main search engine (with queries and facets)
  • to store useful lists (like news, agenda, etc)

To clear and reindex Solr,

#Clean core solr
drush sapi-c
#Prepare business lists
drush sapi-r
#Reindex
drush sapi-i

🤝 Collaborators

Thanks to Modolo's owners.

Christophe Caron Profile Picture
Christophe Caron
Nicolas Dhesdin Profile Picture
Nicolas Dhesdin
Pierre Ampuero Profile Picture
Pierre Ampuero
David Lobry Profile Picture
David Lobry

📫 Contribute

See our contributing best practices

In resume for any developers see followings steps :

  1. git clone https://github.com/MGDIS/modulo.git
  2. git checkout -b feature/NAME
  3. Follow commit patterns
  4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!

About

MGDIS Opensource Drupal Unified Logic for Organizations

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0