I had built own server using commcarehq server code and i had created
one project.my question is where it can save the project which i had
created in database and project folder structure.i didn't find the
directory which i had created in project.finally i need project creation
directory and which table it stores project name.find it and let me know.
The projects are stored in couchdb. You can use the various views available
to find them, as well as a DB browser called futon (which should be at: http://localhost:5984/_utils. I'd recommend reading up on couchdb if you
haven't already if you want to get a better understanding of how the
project works.
Cory
ยทยทยท
2013/12/9 hemanth adapa
Hi,
I had built own server using commcarehq server code and i had created
one project.my question is where it can save the project which i had
created in database and project folder structure.i didn't find the
directory which i had created in project.finally i need project creation
directory and which table it stores project name.find it and let me know.