DataOps open source site at datops.github.io.
To get started, you will need to follow the instructions for installing jekyll. For a vanilla Ubuntu 16.04 ec2 instance, this will look like the following:
sudo apt-get update
sudo apt-get install -y ruby ruby-all-dev gcc make g++ zlib1g-dev libcurl3
sudo gem install jekyll bundle
git clone <url>
cd dataops.github.io
One you have jekyll installed, you will need to install the bundle from within the repository, which will include the latest github-pages plugin required to get the repository data:
bundle install
From then on, you can start the webserver with:
bundle exec jekyll serve
- Fork the project.
- Make your bug fix or new feature.
- Add tests for your code.
- Send a pull request.
Contributions must be signed as User Name <user@email.com>
. Make sure to set up Git with user name and email address. Bug fixes should branch from the current stable branch. New features should be based on the master
branch.
This project operates under the Delphix Code of Conduct. By participating in this project you agree to abide by its terms.
All contributors are required to sign the Delphix Contributor agreement prior to contributing code to an open source repository. This process is handled automatically by cla-assistant. Simply open a pull request and a bot will automatically check to see if you have signed the latest agreement. If not, you will be prompted to do so as part of the pull request process.
Issues should be reported here.
This software is provided as-is, without warranty of any kind or commercial support through Delphix. See the associated license for additional details. Questions, issues, feature requests, and contributions should be directed to the community as outlined in the Delphix Community Guidelines.
This is code is licensed under the Apache License 2.0. Full license is available here.