[doc] Get rid of Ruby.
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
dacf31f92e
commit
a50bd81335
3 changed files with 3 additions and 6 deletions
3
TODO
3
TODO
|
|
@ -63,8 +63,7 @@ Future
|
||||||
* New features in Gantt window.
|
* New features in Gantt window.
|
||||||
* Complex features disabled by default.
|
* Complex features disabled by default.
|
||||||
* Quick start wizard.
|
* Quick start wizard.
|
||||||
* Integration services scripts that don't depend on Ruby (maybe directly with
|
* Integration services scripts directly with Java.
|
||||||
Java).
|
|
||||||
* ZK 5 migration.
|
* ZK 5 migration.
|
||||||
* Permission enhancements.
|
* Permission enhancements.
|
||||||
* *Exit without saving* detection.
|
* *Exit without saving* detection.
|
||||||
|
|
|
||||||
|
|
@ -2387,11 +2387,11 @@ created in project repository inside ``scripts/rest-clients`` directory.
|
||||||
|
|
||||||
.. NOTE::
|
.. NOTE::
|
||||||
|
|
||||||
Currently these scripts depends on Tidy and Ruby to be installed in your
|
Currently these scripts depends on Tidy to be installed in your
|
||||||
system. You could install them in a Debian based distribution with the
|
system. You could install them in a Debian based distribution with the
|
||||||
following command as root::
|
following command as root::
|
||||||
|
|
||||||
apt-get install tidy ruby
|
apt-get install tidy
|
||||||
|
|
||||||
Then for this example you will create a script called
|
Then for this example you will create a script called
|
||||||
``export-stretches-function-templates.sh``, that will be very similar to the
|
``export-stretches-function-templates.sh``, that will be very similar to the
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
+ Check you have "tidy" available from the command line.
|
+ Check you have "tidy" available from the command line.
|
||||||
|
|
||||||
+ Check you have "/usr/bin/ruby".
|
|
||||||
|
|
||||||
+ chmod u+x *.sh
|
+ chmod u+x *.sh
|
||||||
|
|
||||||
+ When working with the local application:
|
+ When working with the local application:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue