Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osll/asm_web_debug
https://github.com/osll/asm_web_debug
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/asm_web_debug
- Owner: OSLL
- Created: 2021-01-14T07:42:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T09:17:54.000Z (over 2 years ago)
- Last Synced: 2024-11-03T21:12:03.688Z (11 days ago)
- Language: Python
- Size: 1.86 MB
- Stars: 4
- Watchers: 5
- 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}
```