#1
Hello,
I tried asking my question on "Get in Touch", however that contact page returned a 500 error, on two attempts, that came from

I haven't figured out how to contact anyone direct from Github.

Listen, I down loaded the Members-App from Github thinking it's a complete framework download, with the Members-App included.
A good starter. But then I noticed that the CONFIG folder is missing from.


Is there anything else that got lost along the say?
Or was that purposeful?
#2
** edited **
See post #3. Says it way better.
#3
For the member's app, the entire 'config' folder was added to the .gitignore file. It's not ideal but my justification at the time was that I didn't want to upload encryption.php and trongate_email.php - two files within the config folder that contain sensitive info. Moreover, I am eager to encourage users to gitignore the entire 'config' directory as a security practice.

Am I happy with my decision? Probably not.

Not including it was probably a blunder. Ideally, I'd like to have that 'config' folder added. In that scenario, I'd have sample data added and everything would be fine. Maybe I'll do that - if I can find the time.

The ultimate solution of all solutions is to build a new Module Market (maybe we should get a new name for it) and that's precisely what I'm hoping to have out soon.

In the meantime, if you want, I can tell you what the config folder should contain. Would that be useful?
#4
Thank you David,

Wow, that's odd! I have a brother named David, we haven't spoken in nearly a decade, and I've never had a reason to thank him for anything.

I know how busy you are, I can review the videos and surmise what's missing.

Thanks,
Charles.
#5
Hi guys,

This is what I did with the recent language module repo I created . I default to ignore everything after a fresh install of Trongate. Then I create a white paper wrapper to only include folders and files I absolutely want in the repo. Here's the gitignore from my repo


Hope that helps DC