This repository was archived by the owner on Mar 14, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 236
Install
Brylie Christopher Oxley edited this page Mar 2, 2015
·
1 revision
Only Meteor 0.9.0 and later are currently supported
$ cd <app dir>
You must add cfs:standard-packages
, which is the main package:
$ meteor add cfs:standard-packages
You must add at least one storage adapter package. See the Storage Adapters section for a list of the available storage adapter packages. At least cfs:gridfs
or cfs:filesystem
must be added, too, even if you are not using them. The temporary store requires one of them.
$ meteor add cfs:gridfs
# OR
$ meteor add cfs:filesystem
# OR
$ meteor add cfs:s3
Depending on what you need to do, you may need to add additional add-on packages. These are explained in the documentation sections to which they apply.
$ meteor add <CFS add-on package name>
footer25555555