Skip to content
Snippets Groups Projects
README 427 B
Newer Older
Constantin Jucovschi's avatar
Constantin Jucovschi committed
= SIDER DefIndexer =

Indexes definitions of MMT concepts into a SOLR database and allows other SIDER services / editors to search through them.

== Deploying on a server ==

The project allows easy deployment using the git deploy command from https://github.com/mislav/git-deploy

```
git remote add production "user@example.com:/apps/mynewapp"
git deploy setup -r "production"
git deploy init
git push production master
```