diff --git a/docs/building/007_controls.md b/docs/building/007_controls.md new file mode 100644 index 0000000..da1d719 --- /dev/null +++ b/docs/building/007_controls.md @@ -0,0 +1,14 @@ +# Controls + +![controls](../images/controls.png) + + * The Control panel in the admin menu allows to **clear the cache** (recommended after +updating the database). + + * the Whooshee index can be rebuild here. In case the database was build with + Whooshee disabled, from here the index can be generated after updating the config. + + * Some data can be exported e.g. for distribution via FTP. Files will be stored + in the FTP folder specified in the configuration. + + \ No newline at end of file diff --git a/docs/building/008_crud.md b/docs/building/008_crud.md new file mode 100644 index 0000000..819e093 --- /dev/null +++ b/docs/building/008_crud.md @@ -0,0 +1,6 @@ +# CRUD interface for tables + +A few tables can be edited manually from the admin panel. This allows **News** items +to be posted, **species** to be edited (e.g. change color, add description). Furthermore, +names of **methods** (which appear on the website) can be altered or corrected when required. + diff --git a/docs/building_conekt.md b/docs/building_conekt.md index f93f419..8005dec 100644 --- a/docs/building_conekt.md +++ b/docs/building_conekt.md @@ -34,4 +34,8 @@ Step-by-step instructions * [Adding co-expession networks and clusters](./building/004_coexpression_network_cluster.md) * [Adding comparative genomics data](./building/005_comparative_genomics.md) * [Precomputing counts and more](./building/006_precomputing_counts_etc.md) + + + * [Controls](./building/007_conrols.md) + * [CRUD](./building/008_crud.md) diff --git a/docs/images/controls.png b/docs/images/controls.png new file mode 100644 index 0000000..cdae59a Binary files /dev/null and b/docs/images/controls.png differ