CCT-WEB
From PlcWiki
(Difference between revisions)
m (→Technical Info) |
m (→Technical Info) |
||
Line 26: | Line 26: | ||
== Technical Info == | == Technical Info == | ||
- | Dependency | + | === Dependency === |
* Apache Tomcat | * Apache Tomcat | ||
* [[Cct_command|CCT]] - command line tool | * [[Cct_command|CCT]] - command line tool | ||
Line 38: | Line 38: | ||
tomcat ALL = (root) NOPASSWD: /usr/local/plc/bin/cct * | tomcat ALL = (root) NOPASSWD: /usr/local/plc/bin/cct * | ||
- | Deploy | + | === Deploy === |
* See build.xml | * See build.xml | ||
* web.xml - setup path where to find ''config.yaml'' <param-name>configuration</param-name> | * web.xml - setup path where to find ''config.yaml'' <param-name>configuration</param-name> | ||
- | + | === Test === | |
- | [[CCT-WEB Bug List|Bug List]] | + | * [[CCT Check List|Check List]] (Test) |
+ | * [[CCT-WEB Bug List|Bug List]] |
Revision as of 15:00, 26 February 2012
Contents |
Introduction
Tool dedicated to manage key configuration data of the Clever System (PLC).
See Talk ...
Versions
Latest version: There is no official version because application is still under development.
Features at a Glance
- GWT application - user oriented UI
- Two project modes: LOCK (all source files will be locked at startup) and MERGE
- One shared project for all users
- Computing the difference between project (application) data and original source data
- Source data consistency analysis during import to the application project
Quick Start
Coming soon...
How-To
Where I find a build number of the application? | See web.xml |
Technical Info
Dependency
- Apache Tomcat
- CCT - command line tool
- CleverGWT
- Lexicon
- Application data storage (SQLite DB)
- Temporary directory (only for tests)
- Directory with configuration file config.yaml
# /etc/sudoers tomcat ALL = (root) NOPASSWD: /usr/local/plc/bin/cct *
Deploy
- See build.xml
- web.xml - setup path where to find config.yaml <param-name>configuration</param-name>
Test
- Check List (Test)
- Bug List