hoodiehq-archive / hood.ie-website-old

⛔ deprecated
http://hood.ie
74 stars 14 forks source link

Instructions of installation on Fedora 19 (and newer) #40

Closed avsej closed 10 years ago

avsej commented 10 years ago

Fedora 19 is current supported release

First, install CouchDB (1.2.x or newer), git and node.js. On Fedora 19+:

  $ sudo yum install couchdb git nodejs npm

Now you can install Hoodie using Node's package manager:

  $ sudo npm install -g hoodie-cli

Installation done! Time to build apps.

Software versions in today's fedora 19:

$ node --version
v0.10.21
$ npm --version
1.3.6
$ couchdb -V | head -n1
couchdb - Apache CouchDB 1.3.1
janl commented 10 years ago

Thanks! :)

Do you feel like seining a PR? The information is stored in build/app/index.html

avsej commented 10 years ago

It would be easier if you will just add that into proper place of that HTML

janl commented 10 years ago

0cool, will do, just wanted to check if you preferred doing this :)

zoepage commented 10 years ago

closed in fav of https://github.com/hoodiehq/documentation/issues/16