# Start the full development environment
run/astrodashctl full_dev up
# View logs
run/astrodashctl full_dev logs
# Stop the environment
run/astrodashctl full_dev downThe application will be available at http://localhost:4000/astrodash/.
run/astrodash.test.sh slim_dev| Profile | Command | Description |
|---|---|---|
full_dev |
run/astrodashctl full_dev up |
All services including Celery workers |
slim_dev |
run/astrodashctl slim_dev up |
Web app + database only (no Celery) |