https://github.com/phoenixbf/ahmes
https://github.com/phoenixbf/ahmes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/phoenixbf/ahmes
- Owner: phoenixbf
- License: gpl-3.0
- Created: 2025-09-18T11:59:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-01T12:30:51.000Z (8 months ago)
- Last Synced: 2025-11-01T14:23:51.769Z (8 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ahmes
"Ahmes" web-app
## Getting started
1) Follow [ATON framework instructions](https://github.com/phoenixbf/aton) for offline or online deployment
2) Just place (or git clone) app folder in `/Your-ATON-root-folder/wapps/` thus obtaining: `/Your-ATON-root-folder/wapps/ahmes/`
3) Open http://localhost:8080/a/ahmes/
## Parameters
- i: the item to load (ID from main db, e.g. "M009")
## Config
You need a `config.json` in your local `/Your-ATON-root-folder/wapps/ahmes/` indicating base collection root:
```
{
"collection": "my/path/to/models/"
}
```