Initial commit

This commit is contained in:
D. Berge
2020-08-08 23:59:13 +02:00
commit 4c5d29494c
113 changed files with 16479 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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.