https://github.com/octopusdeploy/optimumsetupbook
| Public | This repo is used to store the open source book on how to setup an Octopus Deploy Server to scale up and out.
https://github.com/octopusdeploy/optimumsetupbook
public
Last synced: 7 days ago
JSON representation
| Public | This repo is used to store the open source book on how to setup an Octopus Deploy Server to scale up and out.
- Host: GitHub
- URL: https://github.com/octopusdeploy/optimumsetupbook
- Owner: OctopusDeploy
- License: mit
- Created: 2018-11-19T21:01:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T20:48:09.000Z (over 6 years ago)
- Last Synced: 2025-07-05T01:41:40.535Z (7 months ago)
- Topics: public
- Homepage:
- Size: 56.9 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configuring Your Octopus Deploy Server to Scale With You
This repo is used to store the open source book on how to setup an Octopus Deploy server to scale up and out.
- [Introduction](manuscript/Introduction.md)
- [Terms](manuscript/Terms.md)
- [Configuring Your Environments](manuscript/Environments.md)
- [Lifecycles](manuscript/Lifecycles.md)
- [Retention Policies](manuscript/RetentionPolicies.md)
- [Finally...we get to projects](manuscript/Projects.md)
- [Everything you wanted to know about deployment targets and roles (but were afraid to ask)](manuscript/DeploymentTargets.md)
- [Let's deploy some code!](manuscript/Releases.md)
- [Packaging applications on your build server](manuscript/PackagingApplications.md)
- [Offloading work onto workers](manuscript/Workers.md)
- [Let's talk multi-tenancy](manuscript/MultiTenancyIntro.md)
- [Deploying to Multiple Customers](manuscript/MultiTenancyApps.md)
- [Deploying to Multiple Data Centers](manuscript/MultiDataCenter.md)
- [Deploying Feature Branches](manuscript/FeatureBranchDeployments.md)
- [Configuring Emergency Bug Fix Deployments](manuscript/Hotfixes.md)
- [Stopping your developers from deploying to production](manuscript/TeamSecurity.md)
- [Subscriptions](manuscript/Subscriptions.md)
- [Spaces...what are they good for (almost everything!)](manuscript/Spaces.md)
- [Spinning up Deployment Targets and deploying to them automatically using Infrastructure as Code](manuscript/IaC.md)
- [What is Data Center, why do I need it and when should I upgrade?](manuscript/DataCenter.md)
- [Octopus Performance & Maintenance 101 (SQL Server Maintenance, Machine Policies, etc)](manuuscript/Performance&Maintenance.md)
- [Making sure your server can connect to deployment targets using machine policies](manuscript/MachinePolicies.md)
- [Keeping Octopus Deploy up to date](manuscript/Upgrade.md)
To add to this book please do the following. These are requirements in order for everything to be picked up by LeanPub.
1) To add a new chapter please please create a file in the manuscript folder called [sectionname].md
2) All images must be added into the folder images found in the manuscript folder
3) The file name for the image should be [sectionname]-[imagename].png
4) Add that chapter to book.txt in the manuscript folder. Please follow the existing examples.