Skip to content

MGDIS/modulo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

# The VM should be launched at this stage, if you have errors refer to the install doc which includes debugging helps.
make
# Enter the vm bash
make bash
# Install the php dependencies
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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •