Please note this is alpha software.
Helix Web Services is a web server that provides an HTTP protocol for interacting with Helix Versioning Engine (p4d) instances. Additionally, it is a location for common logic that can make it easier to create product features shared by multiple applications.
Online documentation for this branch can be viewed here:
Some downloads are available as well:
Helix Web Services (HWS) ------------------------ Please note this is **alpha** software. Helix Web Services is a web server that provides an HTTP protocol for interacting with Helix Versioning Engine (p4d) instances. Additionally, it is a location for common logic that can make it easier to create product features shared by multiple applications. Online documentation for this branch can be viewed here: https://swarm.workshop.perforce.com/projects/perforce-software-helix-web-services/view/main/build/doc/p4ws.html Some downloads are available as well: * [Source tarball - latest mainline](https://swarm.workshop.perforce.com/projects/perforce-software-helix-web-services/download/main/build/helix-web-services.tgz) * [Ubuntu 12 .deb installer - latest mainline](https://swarm.workshop.perforce.com/projects/perforce-software-helix-web-services/download/main/build/helix-web-services-2015.1.main~precise.deb) * [Ubuntu 14 .deb installer - latest mainline](https://swarm.workshop.perforce.com/projects/perforce-software-helix-web-services/download/main/build/helix-web-services-2015.1.main~trusty.deb) * [CentOS 6 .rpm installer - latest mainline](https://swarm.workshop.perforce.com/projects/perforce-software-helix-web-services/download/main/build/helix-web-services-2015.1.main.rpm)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/README.md | |||||
#9 | 15686 | tjuricek | Removed Qt SDK (will be maintained with Helix Sync), updated README | ||
#8 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
#7 | 13974 | tjuricek |
Moving 'ui/static' to 'helix_web_components' project, and altering some notes. Also, removed obsolete top-level Rake tasks. The "Helix Web Components" project will likely get moved elsewhere in the future. |
||
#6 | 13558 | tjuricek | Removing the text diagram (looks horrible) and replacing with just a list. | ||
#5 | 13557 | tjuricek |
Revise the README.md Right now just want a basic overview of what the project is for people to gain basic understanding. Real documentation is underway with an Asciidoc conversion. |
||
#4 | 13520 | tjuricek |
Created a 'cluster' build procedure that creates an installer on build, and executes the install on a test instance. The main change is to package all gem dependencies via 'vendor/cache' (using the 'bundle package' command). Right now, there appears to be an issue with test data initialization, which may need a revised approach. |
||
#3 | 13519 | tjuricek |
Added a 'buildmaster' environment. The 'buildmaster' sets up Ruby locally for doing some work via Rake. Additional steps are now being figured out in the README.md, which may end up being a bash script that executes on the master. |
||
#2 | 13518 | tjuricek | Revised the 'build' environment to not hard-code the vagrant user, and not assume we have the p4ws tree available for state.highstate. | ||
#1 | 13514 | tjuricek |
Revised some of the p4_web_api tests to work under the installed 'production' perforce system. Notes on data resets: sudo p4dctl stop helix-evaluation sudo rm -rf /var/lib/perforce/p4d sudo /opt/perforce/sbin/configure-perforce-server.sh helix-evaluation -n -p 1666 -r /var/lib/perforce/p4d -u super -P 'superuser1A!' --unicode sudo su webservices /home/webservices/.rvm/wrappers/ruby-2.2.2@p4webapi/p4util init -p :1666 /home/vagrant/p4ws/p4init |
||
//guest/perforce_software/helix-web-services/main/README | |||||
#1 | 13412 | tjuricek |
Initial version of the web-services mainline. This is a collection of several projects, that will likely often get released together, though many of them may not always be relevant. See the README for more information. |