Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osll/asm_web_debug


https://github.com/osll/asm_web_debug

Last synced: 6 days ago
JSON representation

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}
```