Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing folders and files from master #1692

Closed
Adnan0703 opened this issue Jan 15, 2017 · 3 comments
Closed

missing folders and files from master #1692

Adnan0703 opened this issue Jan 15, 2017 · 3 comments

Comments

@Adnan0703
Copy link

Base and Map folders are missing from master branch. If I download 2.4.4 release, it has these folders in https://github.com/ChurchCRM/CRM/tree/master/src/ChurchCRM/model/ChurchCRM . But if I clone using git clone https://github.com/ChurchCRM/CRM.git --depth=1, I don't get these folders. And because of that churchcrm shows error.

@DawoudIO
Copy link
Contributor

You need to run

src/vendor/bin/propel model:build --config-dir=propel
composer dump-autoload

@DawoudIO
Copy link
Contributor

Don't forget npm install as these are also not in the repo

@Adnan0703
Copy link
Author

thanks, it solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants