Steps to start development version.
-
Open command prompt.
-
On Command prompt follow these steps:
a) C:\
b) mkdir test
c) cd test
d) meteor create dlinx
-
Go to your C:\dlinx.meteor.com , checkout this location. https://github.com/TheCreatives/dlinx.meteor.com
-
Copy .meteor directory from C:\test\dlinx to C:\dlinx.meteor.com\trunk
-
Add .meteor to ignore list.
-
Add thest modules using meteor add
a) jquery
b) meteorhacks:kadira
c) mizzao:user-status
d) momentjs:moment
e) service-configuration
f) accounts-base
g) accounts-google
-
Remove autopublish module using $ meteor remove autopublish
To run use command meteor on command prompt.