Old_Home - aegif/NemakiWare GitHub Wiki
English/日本語
User:
Administrator:
- Prerequisites for installation
- Install CouchDB
- Install NemakiWare (Server, Search engine and Client)
- Run applications
- Configuration after installation
- Administration of CMIS server
- Administration of CouchDB
- Dump or load with CouchDB
- Administration of search engine
- Administration of client
- Data initialization
Developer:
- Prerequisites for development
- Start development
- Generate an installer
- CMIS Workbench(Simple client)
- Configuration(CMIS server)
- Configuration(search engine)
- Configuration(Client)
- Note on writing another DAO
In this Wiki,
Variable | Description |
---|---|
<INSTALL_PATH> | The target folder of the installer |
<TOMCAT_PATH> | The installed tomcat's folder. This equals to <INSTALL_PATH>/apache-tomcat-8.x.xx/ |
<SOURCE_PATH> | The root folder of the source code. If you have cloned this repository, the created folder "NemakiWare" is SOURCE_PATH. |