codeforamerica / abq-financial-wellness-wizard

A financial evaluation tool for organizations to connect with financial literacy, capabilities training, and monetary assistance.
http://codeforamerica.github.io/abq-financial-wellness-wizard/
2 stars 4 forks source link

fixed config.yml and added readme instructions #81

Closed jenningshanna closed 9 years ago

jenningshanna commented 9 years ago

Ok, removed and fixed conflicts

boonrs commented 9 years ago

This won't run for me. To troubleshoot, check out a clean version of the code and verify you can get it to work. A "clean version" means cloning the repo to a new folder, switching to that folder, checking out the imanol branch and following the instructions.

I get the following error when following the readme directions:

D, [2015-09-03T17:14:29.976249 #50433] DEBUG -- : Celluloid 0.17.0 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
jekyll 2.5.3 | Error:  wrong number of arguments (2 for 1)
jenningshanna commented 9 years ago

I am not getting this error but it does look like the baseurl in the _config.yml file is causing an issue in the local environment. Not sure what to do about that other than have the git ignore the config file and build it's own on the way down? Also not sure how that would work...

As for the error you got here's what came up in a google search: http://stackoverflow.com/questions/651038/how-do-you-clone-a-git-repository-into-a-specific-folder

boonrs commented 9 years ago

@jenningshanna To clarify, you were able to checkout a clean version and run it?

jenningshanna commented 9 years ago

@boonrs yes, I was. That's when I had the baseurl issue.

jenningshanna commented 9 years ago

Something has gone terribly wrong here where all of my Jekyll layout code was deleted. Though it's installed now all the work I did with Imanol to set it up is gone. I don't know if it happened in the revert or what but I cannot find the edits anywhere— Not in a commit or a PR! So I am going to close this and have to redo it next week. Let me know if you know where that node may have fallen off.