Revision 8469
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
176 | 176 |
Download: make inputs/download-logs |
177 | 177 |
|
178 | 178 |
Datasource setup: |
179 |
umask -S ug=rwx,o= # prevent files from becoming web-accessible
|
|
179 |
umask ug=rwx,o= # prevent files from becoming web-accessible |
|
180 | 180 |
Add a new datasource: make inputs/<datasrc>/add |
181 | 181 |
<datasrc> may not contain spaces, and should be abbreviated. |
182 | 182 |
If the datasource is a herbarium, <datasrc> should be the herbarium code |
... | ... | |
371 | 371 |
|
372 | 372 |
Testing: |
373 | 373 |
On a development machine, you should put the following in your .profile: |
374 |
umask -S ug=rwx,o= # prevent files from becoming web-accessible
|
|
374 |
umask ug=rwx,o= # prevent files from becoming web-accessible |
|
375 | 375 |
export log= n=2 |
376 | 376 |
Mapping process: make test |
377 | 377 |
Including column-based import: make test by_col=1 |
Also available in: Unified diff
README.TXT: umask: Removed -S because this causes the new umask to be echoed, and is not needed even when setting a symbolic umask