Actions
Task #2889
closed
Write initial documentation
Status:
Closed
Priority:
Immediate
Assignee:
-
Category:
ndn-atmos-catalog
Start date:
06/12/2015
Due date:
% Done:
0%
Estimated time:
Files
Updated by Anonymous almost 10 years ago
- Priority changed from High to Immediate
The documentation should describe the complete setup processing, including:
- installing dependencies
- initializing the database using the translation software
- building and installing the software
- running/using the front end with SimpleHTTPServer
Updated by susmit shannigrahi almost 10 years ago
- installing dependencies
Dependency for tool and library:
** python3
** netcdf4-python3
** mysql-connector-python3
** python3-glob2
- initializing the database using the translation software
Steps to Initialize database.
- Create a database using standard mysql tool.
- You also need to create a user and set a password to connect to the database the database.
- Note that you will need to have actual CMIP5 data to run the tool.
- Run $ python3 insert_names.py
- Input full path to the filename and config file to translate
- A CMIP5 config file is located under /ndn-atmos/lib/ndn_cmmap_translators/etc/cmip5/cmip5.conf
- This will create a table named cmip5 and insert the names into the table
- building and installing the software
- For the translator, ndn_cmmap_translator library is required to be in PYTHONPATH
- export PYTHONPATH="full path to /ndn-atmos/lib/ndn_cmmap_translators":$PYTHONPATH
- running/using the front end with SimpleHTTPServer
Updated by Chengyu Fan almost 10 years ago
Everything are put in the README file. Needs to add Susmit's part.
Updated by susmit shannigrahi almost 10 years ago
- Status changed from New to Closed
Actions