Welcome to the home of the Perforce Helix Installer project.
Perforce Helix is a unified platform for collaborative development, version management, and protection of intellectual property. It consists of an integrated ecosystem of proven, enterprise-grade systems for versioning, collaboration and code review, continuous integration and delivery, and other aspects of a DevOps pipeline.
Th Helix Installer is capable of quickly transforming a vanilla Linux machine -- virtual, bare metal, Docker container, etc. -- into a near-enterprise-grade deployment of several Helix Server components typically be present in a true enterprise installation. The installation uses the Server Deployment Package (SDP).
The installation is suitable for:
The Helix Installer is alternative to the Helix Enterprise Evaluation virtual appliance (OVA).
The Component Based Development (CBD) system, another project in The Workshop, uses this Helix Installer as part of its automated test suite. In conjunction with Vagrant and Virtual Box, which build a vanilla VM from the ground up, the CBD Test Suite uses the Helix Installer to deploy a Perforce server, complete with Sample Depot test data set, plus Python and P4Python needed to test the CBD scripts.
A slightly modified Helix Installer is a key component of the Battle School Workshop. The Battle School Workshop Lab Engine quickly tears down and spins up a fresh, enterprise-style Helix installation -- and then breaks it in order to simulate real-world problems that students learn to identify and fix. The Battle School version of the Helix Installer (not presently available for public consumption) uses a simulated global topology with replicas and edge servers.
The reset_sdp.sh
script is the only script that should be downloaded. It downloads everything it needs, including other scripts and files from this Helix Installer package, executables from the Perforce FTP site, and the SDP from The Workshop (acquired by cloning).
Once installing a vanilla CentOS 6.7 (or similar) machine, do this as root:
useradd perforce
mkdir -p /hxdepots/reset
chown -R perforce:perforce /hxdepots/reset
cd /hxdepots/reset
curl -k -s -O https://swarm.workshop.perforce.com/downloads/guest/perforce_software/helix-installer/main/src/reset_sdp.sh
chmod +x reset_sdp.sh
./reset_sdp.sh -man
./reset_sdp.sh 2>&1 | tee reset_sdp.log
A similar procedure works for Mac OSX, except that the standard Mac interface is used for creating the perforce
user account rather than the useradd
command, and the chown
command may need to specify a different group (e.g. staff
), depending on the Mac OSX environment.
See the Helix Installer Release Notes.
Helix Installer 2016.1 is available today, and installs the following Helix Components, all fully configured an integrated:
The 2017.1 release is expected to add support for:
The 2017.2 release is expected to add support for:
Helix Git Fusion - enables Git collaboration and access to the Helix Versioning Engine for Git users.
Optimized for easy Git repo insertion. A p4import
user is created and configured with an SSH key, ready to immediately start Git repo imports. A supplemental higf_import
tool imports Git the master branch of a git repos in a single step, needing only the cloning URL as input.
Helix Installer 2016.1 supports:
Future releases may add support for other popular Linux distributions, including those using APT, e.g. Ubuntu and Debian. It may well work as-is presently on other YUM-based installations.
As of October 2017, this project is functional and has been actively used since April 2015. It has been actively maintained to keep pace with SDP changes. However, planned releases to add new features, auto-installing Swarm and Git Fusion support, have been deferred.
Note that this software SHOULD NEVER EXIST on a Production Perforce server. The is intended to quickly tear down and rebuild a fresh Perforce server (e.g. for operating test suites). It should not exist on a machine containing real Perforce data.
It may be useful for doing an initial installation, e.g. to a cloud hosted environment. After the initial install, the reset_sdp.sh script should be removed.
Please [contact Perforce Consulting Services] (mailto:consulting@perforce.com) for more information.
# Perforce Helix Installer ("HI") ## Welcome Welcome to the home of the Perforce Helix Installer project. Perforce [Helix](http://www.perforce.com/helix) is a unified platform for collaborative development, version management, and protection of intellectual property. It consists of an integrated ecosystem of proven, enterprise-grade systems for versioning, collaboration and code review, continuous integration and delivery, and other aspects of a DevOps pipeline. Th Helix Installer is capable of quickly transforming a vanilla Linux machine -- virtual, bare metal, Docker container, etc. -- into a near-enterprise-grade deployment of several Helix Server components typically be present in a true enterprise installation. The installation uses the [Server Deployment Package (SDP)](https://swarm.workshop.perforce.com/projects/perforce-software-sdp). The installation is suitable for: * Test suites for Helix server trigger and broker filter scripts deployed in enterprise environments. For example, the [CBD](https://swarm.workshop.perforce.com/projects/perforce-software-cbd) test suite uses the Helix Installer to quickly spin up a test environment for server and triggers * Demonstration * Training * Evaluation and Pilot projects. Because the Helix Installer uses the SDP, translation from the demo-grade installation of the Helix Installer to an enterprise-grade installation is straightforward. The Helix Installer is alternative to the [Helix Enterprise Evaluation virtual appliance (OVA)](http://www.perforce.com/downloads/helix). Features --- * Fast. Runs in under 20 minutes, including download time and building required dependencies. * Easy. Provides reasonable defaults for port numbers, passwords, data storage areas, and all inputs that would otherwise require human interaction. * Comprehensive. Installs P4D and P4Broker, SDP, and a complete development pre-configured environment include Perl, P4Perl, Python, and P4Python, with appropriate shell environment settings to use them all immediately. And more to come -- future versions will include Swarm, Git Fusion, and GitSwarm. * Automates connection to the [Perforce Package Repository](http://package.perforce.com/). * Pre-loads the [Perforce Sample Depot](http://answers.perforce.com/articles/KB/2439), making it instantly ready for training and evaluation purposes. * Simplifies Enterprise Deployment. While optimized for getting going quickly, the Helix Installer is designed to enable a fast path from a Proof of Concept (PoC) to small-scale production deployment following the Helix evaluation, with only a nominal hop from there to a large-scale global enterprise deployment (which requires custom configuration based on the specific global topology). ### Case Study: Sample Usage of Helix Installer in CBD Test Suite The [Component Based Development (CBD)](https://swarm.workshop.perforce.com/projects/perforce-software-cbd) system, another project in The Workshop, uses this Helix Installer as part of its automated test suite. In conjunction with Vagrant and Virtual Box, which build a vanilla VM from the ground up, the [CBD Test Suite](https://swarm.workshop.perforce.com/projects/perforce-software-cbd/files/main/test/auto_test_cbd_vagrant.sh) uses the Helix Installer to deploy a Perforce server, complete with Sample Depot test data set, plus Python and P4Python needed to test the CBD scripts. ### Case Study: Sample Usage of Helix Installer in Battle School Workshop A slightly modified Helix Installer is a key component of the Battle School Workshop. The Battle School Workshop Lab Engine quickly tears down and spins up a fresh, enterprise-style Helix installation -- and then breaks it in order to simulate real-world problems that students learn to identify and fix. The Battle School version of the Helix Installer (not presently available for public consumption) uses a simulated global topology with replicas and edge servers. ### Instructions and Usage Example The `reset_sdp.sh` script is the only script that should be downloaded. It downloads everything it needs, including other scripts and files from this Helix Installer package, executables from the Perforce FTP site, and the SDP from The Workshop (acquired by cloning). Once installing a vanilla CentOS 6.7 (or similar) machine, do this as root: useradd perforce mkdir -p /hxdepots/reset chown -R perforce:perforce /hxdepots/reset cd /hxdepots/reset curl -k -s -O https://swarm.workshop.perforce.com/downloads/guest/perforce_software/helix-installer/main/src/reset_sdp.sh chmod +x reset_sdp.sh ./reset_sdp.sh -man ./reset_sdp.sh 2>&1 | tee reset_sdp.log A similar procedure works for Mac OSX, except that the standard Mac interface is used for creating the `perforce` user account rather than the `useradd` command, and the `chown` command may need to specify a different group (e.g. `staff`), depending on the Mac OSX environment. ## Helix Installer Release Notes See the [Helix Installer Release Notes](https://swarm.workshop.perforce.com/projects/perforce_software-helix-installer/files/main/doc/ReleaseNotes.md). ## Helix Installer Roadmap ### Helix Installer 2016.1 (First formal release, available now) Helix Installer 2016.1 is available today, and installs the following Helix Components, all fully configured an integrated: * P4D 2016.1 - the Helix Versioning Engine, the core of Helix (with or without SSL enabled). * P4Broker 2016.1 - the Helix Broker, enhances custom automation capabilities, simplifies maintenances. * SDP 2016.1 - Server Deployment Package (For managing the SDP). * Sample Depot data set for training, evaluation, and demo, and pilot projects. ### Helix Installer 2017.1 (ETA Q2 2017) The 2017.1 release is expected to add support for: * Helix Swarm - Collaborative web-based code review and continuous delivery. ### Helix Installer 2017.2 (ETA ???) The 2017.2 release is expected to add support for: * Helix Git Fusion - enables Git collaboration and access to the Helix Versioning Engine for Git users. * Optimized for easy Git repo insertion. A `p4import` user is created and configured with an SSH key, ready to immediately start Git repo imports. A supplemental `higf_import` tool imports Git the master branch of a git repos in a single step, needing only the cloning URL as input. ## Platform Support Helix Installer 2016.1 supports: * CentOS/RHEL 6.5 thru 7.3. * Limited support for Mac OSX/Darwin Future releases may add support for other popular Linux distributions, including those using APT, e.g. Ubuntu and Debian. It may well work as-is presently on other YUM-based installations. ## Project Status As of October 2017, this project is functional and has been actively used since April 2015. It has been actively maintained to keep pace with SDP changes. However, planned releases to add new features, auto-installing Swarm and Git Fusion support, have been deferred. ## Safety Warning Note that this software ***SHOULD NEVER EXIST*** on a Production Perforce server. The is intended to quickly tear down and rebuild a fresh Perforce server (e.g. for operating test suites). It should not exist on a machine containing real Perforce data. It may be useful for doing an initial installation, e.g. to a cloud hosted environment. After the initial install, the reset_sdp.sh script should be removed. ## Contact Us Please [contact Perforce Consulting Services] (mailto:consulting@perforce.com) for more information.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#48 | 30496 | C. Thomas Tyler | Updated Version, README.md, Release Notes, and doc files Release. | ||
#47 | 30459 | C. Thomas Tyler |
Change URLs in curl calls in docs and code to avoid Apache redirects. Also removed '-s' option from curl calls. |
||
#46 | 30391 | C. Thomas Tyler | Updated README.md for release. | ||
#45 | 30300 | C. Thomas Tyler | Updated Version, ReleaseNotes.md, and README.md for release. | ||
#44 | 30045 | C. Thomas Tyler | 2023.2 release; changed default version to 2023.2. | ||
#43 | 29958 | C. Thomas Tyler | Merge down from main. | ||
#42 | 29956 | C. Thomas Tyler | Updated for release. | ||
#41 | 29698 | C. Thomas Tyler |
Changed 'curl' commands referencing Workshop to use '-L'. Updated stable version numbers in README.md to use new versions with corrected URLs. |
||
#40 | 29697 | C. Thomas Tyler | Updated URL for KB article. | ||
#39 | 29614 | C. Thomas Tyler | Updated fo r2023.1 release. | ||
#38 | 29448 | C. Thomas Tyler | Added Ubuntu 22.04 to supported releases list. | ||
#37 | 29403 | C. Thomas Tyler | Version info update. | ||
#36 | 28929 | C. Thomas Tyler |
Updated README.md for Helix Installer. * Added link to Enhanced Studio Pack. * Improved messaging for getting help on Helix Installer. * Updated fixed release to latest versions. * Updated version references. |
||
#35 | 28886 | C. Thomas Tyler |
Tweaked Support status message. Tweaked suggested log file name. |
||
#34 | 28834 | C. Thomas Tyler | Updated default P4D version to r22.1. | ||
#33 | 28663 | C. Thomas Tyler |
More updates prior to release. Dropped references to P4Perl due to related install scripts being deprecated in the SDP. |
||
#32 | 28661 | C. Thomas Tyler | Updated README.md prior to release. | ||
#31 | 28401 | C. Thomas Tyler | Rolled back removal of '-k' to curl for now. | ||
#30 | 28391 | C. Thomas Tyler | Updated for 2021.4 release. | ||
#29 | 28390 | C. Thomas Tyler |
Removed insecure '-i' option from sample curl commands in README.md. |
||
#28 | 28124 | C. Thomas Tyler | Updated README.md notes. | ||
#27 | 27988 | C. Thomas Tyler | Prepared README.md for coming Helix Installer r21.3 release. | ||
#26 | 27425 | C. Thomas Tyler |
Updated README.md for coming r2021.2 release, driving various changes. Added details on installing a stable version. |
||
#25 | 26977 | C. Thomas Tyler | Merged minor doc changes from main. | ||
#24 | 26971 | C. Thomas Tyler | Updated README for coming release. | ||
#23 | 26966 | C. Thomas Tyler | Removed SuSE from tests for now; may be re-added later. | ||
#22 | 26030 | C. Thomas Tyler | Documentation enhancements, including adding sample generated settings.cfg file. | ||
#21 | 25998 | C. Thomas Tyler | More README.md tweaks prior to release. | ||
#20 | 25997 | C. Thomas Tyler | Updated Version, ReleaseNotes.md, and README.md for release. | ||
#19 | 25855 | C. Thomas Tyler |
Adjusted test suite to test only Ubuntu 16.04 Long Term Support (LTS) release. |
||
#18 | 25821 | C. Thomas Tyler | Updated Version and Release Notes for release. | ||
#17 | 25671 | C. Thomas Tyler |
Dropping Ununtu 18 from test suite. Defauilt shell is 'sh' rather than 'bash', and our Package repository doesn't yet support Ubuntu 18. Support may be re-added later. |
||
#16 | 25500 | C. Thomas Tyler |
Refactored test suite details into a separate file. Added a missing 'chmod +x' step. Removed exported HTML format, opting to rely soley on Markdown format rendering. |
||
#15 | 25288 | C. Thomas Tyler | Fixed typo in 'vagrant' command for test suite. | ||
#14 | 25283 | C. Thomas Tyler | Updated for release. | ||
#13 | 25249 | C. Thomas Tyler | Updated for v3.x. | ||
#12 | 24862 | C. Thomas Tyler |
Updated Road Map. Added Support comments to more clearly indicate the Helix Installer is community supported. Added notes on Test Suite and testing with Vagrant. |
||
#11 | 23873 | C. Thomas Tyler | Added openssl-devel to list of needed packages. | ||
#10 | 23869 | C. Thomas Tyler | Added zlib-devel to list of needed packages. | ||
#9 | 23866 | C. Thomas Tyler | Updated roadmap and fixed a typo. | ||
#8 | 23865 | C. Thomas Tyler | Added rsync to list of packages needed. | ||
#7 | 23864 | C. Thomas Tyler | Added rsync to list of packages needed. | ||
#6 | 23609 | C. Thomas Tyler | Routine merge-down from main. | ||
#5 | 23282 | C. Thomas Tyler |
Updated README page and release notes. Updated Version for release. |
||
#4 | 23011 | C. Thomas Tyler | Routine merge down to dev from main. | ||
#3 | 21827 | C. Thomas Tyler | Helix Installer, Routine merge down to dev from main. | ||
#2 | 19315 | C. Thomas Tyler | Routine Merge Down to dev from main for helix-installer. | ||
#1 | 19232 | C. Thomas Tyler | Populate -b perforce_software-helix-installer-dev. | ||
//guest/perforce_software/helix-installer/main/README.md | |||||
#1 | 19230 | C. Thomas Tyler |
Populate -o //guest/tom_tyler/helix-installer/... //guest/perforce_software/helix-installer/.... |
||
//guest/tom_tyler/helix-installer/main/README.md | |||||
#5 | 16848 | C. Thomas Tyler | Fixed a typo. | ||
#4 | 16672 | C. Thomas Tyler | Added clear step-by-step usage instructions. | ||
#3 | 16669 | C. Thomas Tyler | Updated README.md file for Helix Installer Project. | ||
#2 | 16410 | C. Thomas Tyler | Updated supported versions. | ||
#1 | 15829 | C. Thomas Tyler |
Moved Helix Installer to new Workshop Standard for personal projects. |
||
//guest/tom_tyler/sw/main/hi/README.md | |||||
#1 | 12335 | C. Thomas Tyler | Copied README.me up to main. | ||
//guest/tom_tyler/sw/dev/hi/README.md | |||||
#1 | 12333 | C. Thomas Tyler | Bootstrapped doc file. |