You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jérémy Lecour f4784dbdf6 Marquage Inbox en masse 2 years ago
app Marquage Inbox en masse 2 years ago
bin Upgrade Rails 7.0.0.alpha + webpacker 2 years ago
config Marquage Inbox en masse 2 years ago
db Ajout de l'attribut inbox aux emails 2 years ago
lib Renommage de "entity" en "organisation" 2 years ago
log initial commit 2 years ago
public initial commit 2 years ago
storage initial commit 2 years ago
test extraction d'un composant pour les erreurs de formulaires 2 years ago
tmp initial commit 2 years ago
vendor initial commit 2 years ago
.browserslistrc tentative de remise en place de webpacker 2 years ago
.gitattributes Upgrade Rails 7.0.0.alpha + webpacker 2 years ago
.gitignore Upgrade Rails 7.0.0.alpha + webpacker 2 years ago
.ruby-version Ruby 3.0.0 2 years ago
Gemfile utilisation de heroicon 2 years ago
Gemfile.lock mise à jour gems 2 years ago
IDEAS.md Passage de RulseSet/Rule/Action à Filter/Condition/Operation 2 years ago
README.md pagination 2 years ago
Rakefile initial commit 2 years ago
babel.config.js tentative de remise en place de webpacker 2 years ago
config.ru Upgrade Rails 7.0.0.alpha + webpacker 2 years ago
package.json ajout du plugin "forms" pour TailwindCSS 2 years ago
postcss.config.js fix postcss config 2 years ago
yarn.lock ajout du plugin "forms" pour TailwindCSS 2 years ago

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

Testé principalement avec Ruby 3.0 mais probabement compatible avec des versions précédentes (2.7, 2.5…).

  • System dependencies

Elasticsearch Redis une base SQL (SQLite, MySQL/MariaDB ou PostgreSQL). Elinks en option (pour tranformer le HTML en texte brut)

  • Configuration

  • Database creation

rails db:migrate
  • Database initialization
rails db:seed

Pour injecter les metadonnées issues de LDAP :

rails metadata_mappings:import

Pour injecter manuellement des mails dans le système (le serveur Rails doit tourner) :

for file in tmp/equipe-select/*.eml; do cat "${file}" | rails action_mailbox:ingress:postfix URL=http://0.0.0.0:3000/rails/action_mailbox/relay/inbound_emails INGRESS_PASSWORD=XXXXXXXX; done
  • How to run the test suite
rails test
  • Services (job queues, cache servers, search engines, etc.)
bundle exec sidekiq
  • Deployment instructions

  • ...