redlink-gmbh / chatpal-search

A Rocket.Chat package for search with chatpal backend
5 stars 2 forks source link

How do I add the chatpal search module correctly to my Rocket.Chat project repo? #2

Open ruKurz opened 6 years ago

ruKurz commented 6 years ago

After cloning the project from git and adding the module via meteor add chatpal:search new files are created within the Rocket.Chat folder.

should all these files just be added as usual: git add . git commit -m "adding chatpal search"

or should this be added as a module git submodule add https://github.com/redlink-gmbh/chatpal-search.git packages/chatpal-search

ja-fra commented 6 years ago

git submodule is the preferred integration until chatpal is available from meteor/atmosphere

mrsimpson commented 6 years ago

@tkurz in case you want to provide this package via atmosphere, it is probably necessary to rename the package to redlink-gmbh:chatpal-search

It is required that your my-package name take the form of username:my-package, where username is your Meteor Developer username, if you plan to publish your package to Atmosphere.

@see https://guide.meteor.com/writing-atmosphere-packages.html