This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
siremis:install51x:new-views [2018/03/03 17:15] – admin | siremis:install51x:new-views [2019/02/13 07:49] (current) – [More Docs] admin | ||
---|---|---|---|
Line 16: | Line 16: | ||
< | < | ||
+ | apt-get install php-cli | ||
+ | # or | ||
apt-get install php5-cli | apt-get install php5-cli | ||
# or | # or | ||
Line 30: | Line 32: | ||
< | < | ||
+ | cd siremis/ | ||
php gen_meta.php Sipdb mtree sipadmin.rtg.mtree | php gen_meta.php Sipdb mtree sipadmin.rtg.mtree | ||
</ | </ | ||
Line 83: | Line 86: | ||
* **sipadmin** is the name of the Siremis module which includes the view | * **sipadmin** is the name of the Siremis module which includes the view | ||
* **mtree_list** - is built from the name of the view file (in this case MtreeListView.xml), | * **mtree_list** - is built from the name of the view file (in this case MtreeListView.xml), | ||
+ | * order - set the order in the menu | ||
===== Removing The Tools ===== | ===== Removing The Tools ===== | ||
Line 95: | Line 99: | ||
Siremis is built on top of **phpopenbiz** and **cubi** frameworks, you can read more documentation about how to extend it at: | Siremis is built on top of **phpopenbiz** and **cubi** frameworks, you can read more documentation about how to extend it at: | ||
+ | |||
+ | * https:// | ||
* http:// | * http:// |