This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| siremis:install51x:new-views [2018/03/03 17:14] – created 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: | ||
| < | < | ||
| - | php gen_meta.php | + | cd siremis/ |
| + | php gen_meta.php | ||
| </ | </ | ||
| 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:// | ||