Skip to content

Commit

Permalink
Merge pull request #8 from imCodePartnerAB/IA_doc
Browse files Browse the repository at this point in the history
IA documentation created.
  • Loading branch information
Serg-Maximchuk committed Jan 19, 2016
2 parents 45b9500 + 2851ba8 commit cd71569
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/fundamental/advanced-configuration/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Server properties
"""""""""""""""""

While starting application, ImCMS automatically read its root path and goes to ``WEB-INF/conf/server.properties`` to
read server properties. Only after this moment we can read server properties from cache. If you want to read some properties from any file (and server too) before ImCMS reads root path, you have to set root path manually using servletContext etc. (examples will be shown later).
read server properties. Only after this moment we can read server properties from cache. If you want to read some
properties from any file (and server too) before ImCMS reads root path, you have to set root path manually using
servletContext etc. (examples will be shown later).

If root path is set, properties from ``server.properties`` can be accessed by next methods:

Expand Down
Empty file added docs/image-archive/client.rst
Empty file.
9 changes: 9 additions & 0 deletions docs/image-archive/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Image Archive
=============

.. toctree::
:titlesonly:

overview
server
client
26 changes: 26 additions & 0 deletions docs/image-archive/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Overview
========

In this article:
- `Introduction`_
- `IA Configuration steps`_

Introduction
------------

For advanced working with images in imCMS, the imCode represents addon Image Archive (IA). IA was created to make work
convenient with next things:

* Images are stored in one general web-service
* Every user has access to his own images
* Users can view existing images in this web-service, change image's info, delete or upload new.
* Use images from IA in imCMS (of course).

IA Configuration steps
----------------------

There are several base type of document presented in ImCMS:

* :doc:`Configure IA server </image-archive/server>`
* :doc:`Configure IA client </image-archive/client>`

Empty file added docs/image-archive/server.rst
Empty file.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ImCMS Documentation
document-engine/index
fundamental/index
content-management/index
image-archive/index

.. include:: /common/contribute.txt

Expand Down
3 changes: 0 additions & 3 deletions docs/tutorial/first-web-site.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
First Web Site
==============

In this article:



1. First that you need it is download the `Apache Tomcat <http://tomcat.apache.org/download-80.cgi>`_.

Expand Down

0 comments on commit cd71569

Please sign in to comment.