Files
dougal-software/README.md

13 lines
349 B
Markdown
Raw Normal View History

2020-08-08 23:59:13 +02:00
# Dougal Seismic production & data analysis tool
## Structure of this repo
* `bin/` Scripts that import / export data into / out of the database.
* `etc/` Configuration files.
* `lib/` Code files.
- `lib/www/` Web interface and API.
2020-08-08 23:59:13 +02:00
- `lib/www/client/` Frontend.
- `lib/www/server/` Backend.
* `sbin/` System maintenance scripts.
2020-08-08 23:59:13 +02:00