First Run¶
After installation, verify the platform starts correctly.
Start ERP Plus¶
bin/dev
Verify Application¶
Open:
http://localhost:3000
Verify:
- application loads
- assets compile correctly
- database connection works
- authentication pages render
Verify Test Suite¶
Run:
bundle exec rspec
Verify:
- tests execute successfully
- no configuration errors exist
Verify Code Quality¶
Run:
bundle exec rubocop
Next Step¶
Continue with: