Skip to content

Commit

Permalink
created back-end config example, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sam1vp committed Jul 24, 2010
1 parent d8c5fb1 commit 06073df
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Expand Up @@ -4,9 +4,7 @@ Setting up the front end:

api/config/database.yml
front-end/config/database.yml
back-end/config/production.txt
back-end/config/development.txt
back-end/config/test.txt
back-end/config/config.yml

You will find examples of each file in the same directory as the file to be created. Sorry we have so many config files, we're planning to centralize them soon.

Expand All @@ -29,7 +27,9 @@ Collecting and analyzing your first dataset:

3. 140kit needs at least one Twitter Account to use for streaming data collection. To specify an account, click on "Twitter Accounts Management" and create a new auth_user with an existing Twitter account and password. For testing and such, you can probably just use your personal twitter account (you ARE on Twitter, right??)

4. Now you need to create a new streaming instance on your machine--streaming instances continuously run, checking for data collection jobs ('scrapes') that need to be completed. To create an instance:
4. Now you need to create a new streaming instance on your machine--streaming instances continuously run, checking for data collection and analysis jobs ('scrapes') that need to be completed. To create an instance:

a)



Expand Down
22 changes: 22 additions & 0 deletions back-end/config/config_example.yml
@@ -0,0 +1,22 @@
development:
database:
username:
password:
host:

test:
database:
username:
password:
host:

production:
database:
username:
password:
host:

file_storage:
storage_type: remote # remote or local
storage_ssh: # username@host; remove this line if you are using local storage.
storage_path: nutmegunit.com/public/files

0 comments on commit 06073df

Please sign in to comment.