11:20:35 #startmeeting waartaa-devel 11:20:35 Meeting started Wed Feb 1 11:20:35 2017 UTC. The chair is sayan. Information about MeetBot at http://wiki.debian.org/MeetBot. 11:20:35 Useful Commands: #action #agreed #halp #info #idea #link #topic. 11:20:35 The meeting name has been set to 'waartaa-devel' 11:20:42 .hello sayanchowdhury 11:20:42 sayan: sayanchowdhury 'Sayan Chowdhury' 11:20:48 fhackdroid: let's start 11:22:06 fhackdroid: my cloning is in progress 11:22:07 sayan, okay 11:22:14 done 11:22:14 i have cloned it 11:22:22 made a virtualwrapper 11:22:23 firing up a new virtualenv 11:22:59 `mkvirtualenv wd -p python3.5` 11:23:26 fhackdroid: installing packages 11:23:30 `pip install -r dev_requirements.txt` 11:25:26 installed system dependencies 11:25:48 cloning ircb 11:28:14 cloned ircb 11:28:17 cloning of ircb done. now I am going ahead with `pip install -r requirements.txt` 11:28:40 pip install done. going ahead with python setup.py develop 11:28:43 in the same virtualenv ? 11:28:49 fhackdroid: yes 11:29:01 fhackdroid: during the whole process only one virtualenv 11:30:15 done 11:30:16 now 11:31:37 fhackdroid: start the redis server 11:32:01 sayan, okay 11:32:27 move back to waartaa directory 11:34:37 fhackdroid: move back to ircb directory 11:34:58 and in 11:35:18 fhackdroid: `git checkout -b api_fixes --track origin/api_fixes` 11:35:28 so that now you are in the api_fixes directory 11:35:48 run pip install -r requirements.txt 11:36:14 there are a few fixes in the api_fixes branch 11:36:36 fhackdroid: now try to run ircb run allinone 11:36:43 are you facing any issue? 11:37:40 trying 11:39:57 https://paste.fedoraproject.org/542100/85949148 11:40:27 fhackdroid: cool same here 11:40:34 awesome :) 11:42:01 fhackdroid: try python setup.py develop 11:42:13 in ircb ? 11:42:19 fhackdroid: yes 11:45:04 done 11:45:12 ircb running 11:45:25 fhackdroid: is the server running? 11:45:41 sayan, yes 11:45:43 on 9000 11:45:45 cool 11:45:53 one in 9000 and one in 10000 11:46:02 fhackdroid: fire up browser 11:46:07 fhackdroid: and install postman 11:49:23 done 11:49:41 fhackdroid: now post a request to http://0.0.0.0:10000/api/v1/signup 11:50:01 with form-data username, email and password 11:53:04 give 10 mins 12:05:59 fhackdroid: update? 12:09:10 I am stopping the meeting for now, the api request to ircb worked properly for me 12:09:13 #endmeeting