You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Cortex follows a decentralized, API-only architecture - it is *not* built like W
43
43
-[Webpages and Snippets](#webpages-and-snippets)
44
44
-[Exceptions](#exceptions)
45
45
-[Applications Using Cortex](#applications-using-cortex)
46
+
-[Troubleshooting](#troubleshooting)
46
47
-[Contributing](#contributing)
47
48
-[License](#license)
48
49
-[Copyright](#copyright)
@@ -55,7 +56,7 @@ Copy and rename the example `.env.example` file as `.env` and modify it to match
55
56
56
57
For a rudimentary setup, these variables should be configured:
57
58
58
-
*Use`$ rake secret` to generate `APP_SECRET` and `DEVISE_SECRET`
59
+
*Execute`$ bundle exec rails secret`twice to generate both an`APP_SECRET` and `DEVISE_SECRET`
59
60
* If the superuser isn't used for the app databases, the `DATABASE_USERNAME` and `DATABASE_PASSWORD` should be set accordingly.
60
61
* Set `HOST` to the local Web server's root URL to properly configure Fog (local asset storage)
61
62
@@ -312,6 +313,9 @@ If a consuming or companion application would like to produce Cortex-equivalent
312
313
*[CB1 Lander Shell](https://github.com/cbdr/cb1-lander-shell) - Platform for hosting lander pages and experiments, utilizing Cortex Posts and Sinatra. [Live Site](http://corporate.careerbuilder.com/)
313
314
*[CareerBuilder.com](https://github.com/cbdr/consumer-main) - The main Consumer Web site for CB.com uses Cortex Posts for the [Privacy](http://www.careerbuilder.com/privacy) and [Terms of Service](http://www.careerbuilder.com/terms) pages.
314
315
316
+
## Troubleshooting
317
+
* For OS X / homebrew users: Run `which node` to ensure node is properly linked. The path shown should match homebrew's default installation path (run `which brew` to reveal this). If its not, then run `brew link node` and follow the instructions.
318
+
315
319
## Contributing
316
320
317
321
Anyone and everyone is encouraged to fork Cortex and submit pull requests, propose new features and create issues.
0 commit comments