-
Notifications
You must be signed in to change notification settings - Fork 22
Install(CouchDB)
Merbin J Anselm edited this page May 8, 2019
·
3 revisions
English/日本語
NemakiWare use CouchDB as its back end, so first of all you must install CouchDB by yourself. NemakiWare installer does not install CouchDB.
The most comfortable way is to download a CouchDB package installer from Official Page. You can also install it through your package system.
If you want to use HomeBrew or MacPorts, see Wiki.
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)
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