# openPLC **Repository Path**: ydk-rn/openPLC ## Basic Information - **Project Name**: openPLC - **Description**: OpenPLC 是一个功能齐全的标准化开源 PLC,无论是软件还是硬件,其诞生之初的重点是为自动化和研究提供低成本的工业解决方案,广泛用于工业网络安全研究的框架 - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/openplc - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2022-09-14 - **Last Updated**: 2022-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openplcproject.github.io [![Build Status](https://travis-ci.com/openplcproject/openplcproject.github.io.svg?branch=master)](https://travis-ci.com/openplcproject/openplcproject.github.io) This project is the source for the OpenPLC Project's website, available at openplcproject.com. We built the site using the fantastic Jekyll static site generator. ## Development 1. Install ruby 1. Run `bundle install` 1. Run `bundle exec jekyll serve` You can (and should) run some simple tests with `bundle exec rake checkhtml` to check for common problems. The continuous integration build includes additional checks. ## Deploy The GitHub repository hosted on openplcproject/openplcproject.github.io is configured to automatically publish changes to the master branch. There is nothing you need to do. Builds published to GitHub automatically run a test build. The automated build checks for valid HTML and other common problems. The test currently does not run the spell check that can be run separately.