Changeset 905
- Timestamp:
- Apr 19, 2019, 4:44:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/docs/install/installation.rst
r904 r905 165 165 166 166 In case you want to convert an existing zcfg file then, you can use 167 the ``zcfg2sql`` tool from the command line. 167 the ``zcfg2sql`` tool from the command line. It can be found in 168 ``thirds/zcfg2sql`` and can be build simply by running the ``make`` 169 command. After compilation you only need to give it the path of the 170 zcfg file you want to obtain the SQL queries required to store the 171 metadata informations in the database rather than in zcfg file. 172 173 For instance you may use the following command: 174 175 .. code:: 176 177 #Direct import in the zoo_metadb database 178 ./zcfg2sql /Path/To/MyZCFGs/myService.zcfg | psql zoo_metadb 179 #Create a SQL file for a futur import 180 ./zcfg2sql /Path/To/MyZCFGs/myService.zcfg > myService.sql 181 182 168 183 169 184 YAML Support (Optional)
Note: See TracChangeset
for help on using the changeset viewer.