Update documentation links and improve clarity across various files
This commit is contained in:
@@ -58,7 +58,7 @@ See `/install` directory for all installation scripts. Examples:
|
||||
|
||||
To understand how to create an installation script:
|
||||
|
||||
1. Read: [UPDATED_APP-install.md](../UPDATED_APP-install.md)
|
||||
1. Read: [UPDATED_APP-install.md](DETAILED_GUIDE.md)
|
||||
2. Study: A similar existing script in `/install`
|
||||
3. Copy template and customize
|
||||
4. Test in container
|
||||
@@ -136,13 +136,13 @@ cleanup_lxc
|
||||
|
||||
1. Create `ct/myapp.sh` (host script)
|
||||
2. Create `install/myapp-install.sh` (container script)
|
||||
3. Follow 10-phase pattern in [UPDATED_APP-install.md](../UPDATED_APP-install.md)
|
||||
3. Follow 10-phase pattern in [UPDATED_APP-install.md](DETAILED_GUIDE.md)
|
||||
4. Test in actual container
|
||||
5. Submit PR with both files
|
||||
|
||||
## Common Tasks
|
||||
|
||||
- **Create new installation script** → [UPDATED_APP-install.md](../UPDATED_APP-install.md)
|
||||
- **Create new installation script** → [UPDATED_APP-install.md](DETAILED_GUIDE.md)
|
||||
- **Install Node.js/PHP/Database** → [misc/tools.func/](../misc/tools.func/)
|
||||
- **Setup Alpine container** → [misc/alpine-install.func/](../misc/alpine-install.func/)
|
||||
- **Debug installation errors** → [EXIT_CODES.md](../EXIT_CODES.md)
|
||||
|
||||
Reference in New Issue
Block a user