Revision 8467
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
370 | 370 |
|
371 | 371 |
Testing: |
372 | 372 |
On a development machine, you should put the following in your .profile: |
373 |
umask -S ug=rwx,o= # prevent files from becoming web-accessible |
|
373 | 374 |
export log= n=2 |
374 | 375 |
Mapping process: make test |
375 | 376 |
Including column-based import: make test by_col=1 |
Also available in: Unified diff
README.TXT: Testing: what to put in your .profile: added `umask -S ug=rwx,o=` to prevent files from becoming web-accessible