mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
13 lines
349 B
Markdown
13 lines
349 B
Markdown
# 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.
|
||
- `lib/www/client/` Frontend.
|
||
- `lib/www/server/` Backend.
|
||
* `sbin/` System maintenance scripts.
|
||
|