Install(CouchDB) - aegif/NemakiWare GitHub Wiki
English/日本語
NemakiWare use CouchDB as its back end, so first of all you must install CouchDB by yourself. NemakiWare installer does not install CouchDB.
CouchDB installation TIPS
Package installer
The most comfortable way is to download a CouchDB package installer from Official Page. You can also install it through your package system.
Mac
If you want to use HomeBrew or MacPorts, see Wiki.
Ubuntu
See Wiki.
This Vagrant project would be also helpful. To change the VM from precise64 to quantal64 locally to meet the 12.10 minimum requirement for NemakiWare,
config.vm.box = "quantal64"
config.vm.box_url = "https://github.com/downloads/roderik/VagrantQuantal64Box/quantal64.box"
(Thanks to jlank)
CentOS
See Wiki. However, EPEL repository may be stale at present.
In order to install CouchDB and some dependencies from source code, we provide the script: Link