mirror of
https://github.com/freedbygrace/SQL.git
synced 2026-08-06 00:17:42 +00:00
Add comprehensive permissions management for Docker bind mounts
NEW SCRIPT: Created scripts/fix-permissions.sh - automated permission fixer Takes ownership of repository files, makes scripts executable, sets proper permissions Verifies permissions are correct before proceeding DOCKER COMPOSE: Added header comments explaining permission requirements DOCUMENTATION: Updated README.md and QUICKSTART.md with permission setup steps WHY CRITICAL: Docker bind mounts require proper file ownership to work correctly USER EXPERIENCE: Single command ./scripts/fix-permissions.sh handles everything
This commit is contained in:
@@ -287,9 +287,10 @@ main() {
|
||||
echo -e "${YELLOW}Next steps:${NC}"
|
||||
echo -e " 1. If Docker was just installed, you may need to log out and back in"
|
||||
echo -e " 2. Start Docker if it's not running"
|
||||
echo -e " 3. Run: ${GREEN}docker-compose up -d${NC}"
|
||||
echo -e " 4. Run: ${GREEN}./scripts/setup-database.sh${NC}"
|
||||
echo -e " 5. Run: ${GREEN}./data/generate_data.sh${NC}"
|
||||
echo -e " 3. Fix permissions: ${GREEN}./scripts/fix-permissions.sh${NC}"
|
||||
echo -e " 4. Start containers: ${GREEN}docker-compose up -d${NC}"
|
||||
echo -e " 5. Setup database: ${GREEN}./scripts/setup-database.sh${NC}"
|
||||
echo -e " 6. Generate data: ${GREEN}./data/generate_data.sh${NC}"
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user