equal
deleted
inserted
replaced
6 Here is a quick list of operations that you can follow to create and start your first PyAMS application from scratch. |
6 Here is a quick list of operations that you can follow to create and start your first PyAMS application from scratch. |
7 For this quick start, we will only use the most basic setup and keep several features disabled (like Elasticsearch |
7 For this quick start, we will only use the most basic setup and keep several features disabled (like Elasticsearch |
8 integration, notifications...). |
8 integration, notifications...). |
9 |
9 |
10 See :ref:`install` to get a full description of installation process. |
10 See :ref:`install` to get a full description of installation process. |
|
11 |
|
12 |
|
13 .. contents:: |
|
14 :local: |
11 |
15 |
12 |
16 |
13 To do first |
17 To do first |
14 +++++++++++ |
18 +++++++++++ |
15 |
19 |
103 |
107 |
104 (env) # ./etc/init.d/zeo-zeo_pyams start |
108 (env) # ./etc/init.d/zeo-zeo_pyams start |
105 Password: |
109 Password: |
106 . |
110 . |
107 daemon process started, pid=26230 |
111 daemon process started, pid=26230 |
|
112 |
|
113 |
|
114 See :ref:`zodb` to know more about ZODB storage alternatives. |
108 |
115 |
109 |
116 |
110 Create application instance |
117 Create application instance |
111 +++++++++++++++++++++++++++ |
118 +++++++++++++++++++++++++++ |
112 |
119 |
185 (this may take some time!) |
192 (this may take some time!) |
186 |
193 |
187 Packages download, compilation and installation can easily take several minutes. Install errors are generally due to |
194 Packages download, compilation and installation can easily take several minutes. Install errors are generally due to |
188 missing libraries development headers. |
195 missing libraries development headers. |
189 |
196 |
|
197 See :ref:`appinstall` to get more detailed information about installation process. |
|
198 |
190 |
199 |
191 Start application |
200 Start application |
192 +++++++++++++++++ |
201 +++++++++++++++++ |
193 |
202 |
194 Application is ready to run! Just check INI files in *etc* directory (see :ref:`config`) and start the application: |
203 Application is ready to run! Just check INI files in *etc* directory (see :ref:`config`) and start the application: |