ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Installation on new user #36

Closed yairohayon closed 11 years ago

yairohayon commented 11 years ago

I know its a very basic question - but i hope i can have some quick help in here:

When running acralyser setup instrructions - i tried to create reporter user and got his error messge which i am unfamiliar with (Tried the resolved issues and non was relevant).

I:\Acra>curl -X PUT -u yairohayon:[ADMINPASSORD] http://yairohayon.cloudant.com/_users/org.couchdb.user:athimedicstromelyblediff -d '{"name":"athimedicstrome lyblediff", "password":"[USERPASSWORD]", "roles":"reporter", "type":"user"}' -H "Content-Type: application/json"

{"error":"not_found","reason":"Database does not exist."} curl: (6) Could not resolve host: password; Host not found curl: (6) Could not resolve host: roles; Host not found curl: (3) [globbing] unmatched close brace/bracket at pos 10

Any help will be greatly appreciated.

yairohayon commented 11 years ago

I am sorry but its my mistake. I had to learn what is futon and to use it what actually went through.

My bad was that before _users - i needed to add database and some \" to resolve windows command line limitations.