|
|
|
@ -256,6 +256,13 @@ Or to load it for the lowell dashboard specifically
|
|
|
|
bundle exec rake data:seed_only_lowell
|
|
|
|
bundle exec rake data:seed_only_lowell
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Upload cleaned data to SFTP
|
|
|
|
|
|
|
|
You can upload cleaned lowell data to the SFTP server with
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
|
|
bundle exec rake upload:lowell
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Running tests
|
|
|
|
## Running tests
|
|
|
|
|
|
|
|
|
|
|
|
### Single threaded test execution
|
|
|
|
### Single threaded test execution
|
|
|
|
|