Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Feb 22, 2012
1 parent 7e3f482 commit 3311aae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ More explanations will be added here later on. In the mean time:
* edit `config/database.yml` to reflect your mysql setup
* then:

bundle install
mysql -u root -p -e "create database aw_etl_sample_etl_execution"
mysql -u root -p -e "create database aw_etl_sample_datawarehouse CHARACTER SET utf8 COLLATE utf8_general_ci"
```
bundle install
mysql -u root -p -e "create database aw_etl_sample_etl_execution"
mysql -u root -p -e "create database aw_etl_sample_datawarehouse CHARACTER SET utf8 COLLATE utf8_general_ci"
bundle exec etl etl/process_all.ebf
bundle exec etl etl/process_all.ebf
```

## Tests

Expand Down

0 comments on commit 3311aae

Please sign in to comment.