Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Meteorify" a cloned project

Tags:

github

meteor

I uploaded a project to Github. Now, I want to download it from another Computer, and run it.

I can do this

git clone [...etc ...]

without any problems. But when I run

meteor

in the directory, the output is "You're not in a Meteor project directory."

How can I do to "Meteorify" a project?

The repository to "Meteorify" is this: https://github.com/Nullpo/FerNet

Thanks!

like image 322
Imaky Avatar asked Jan 27 '14 15:01

Imaky


1 Answers

Your project should work out of the box. If it doesn't, make sure you've got all the necessary files (.meteor folder) copied, and not lost due to .gitignore.

like image 159
Hubert OG Avatar answered Sep 24 '22 05:09

Hubert OG