https://github.com/osll/asm_web_debug
https://github.com/osll/asm_web_debug
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/asm_web_debug
- Owner: OSLL
- Created: 2021-01-14T07:42:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T09:17:54.000Z (over 3 years ago)
- Last Synced: 2025-04-22T18:48:01.797Z (about 1 year ago)
- Language: Python
- Size: 1.86 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asm_web_debug
# Run
- Bash
```
./manage.py run --port 8080
```
Will run in development mode with live reload enabled on port 8080.
# Tests
- For headless run:
```
./scripts/run_selenium.sh
```
- For run in Docker
```
docker exec -t asm_web_debug_web_1 ./scripts/run_selenium.sh
```
- For direct run:
```
cd src/tests/selenium
./scripts/run_tests.sh http://127.0.0.1:5100
```
# Deployment
Domain: asm.moevm.info
```bash
./scripts/start_deploy.sh ${branch}
```