*** mjsir911 has joined #novawebdev | 07:32 | |
*** dsmall has joined #novawebdev | 08:35 | |
*** jelkner has joined #novawebdev | 08:58 | |
*** ericsaenz has joined #novawebdev | 09:00 | |
dsmall | jelkner, Can you ask louis to email me what wants me to do? | 09:01 |
---|---|---|
jelkner | do you have his email? | 09:01 |
dsmall | jelkner, Oh right, nevermind | 09:02 |
jelkner | he is at work | 09:02 |
jelkner | so email him early | 09:03 |
jelkner | it may take him a bit to reply | 09:03 |
jelkner | i talked to him last night | 09:03 |
jelkner | so he knows you only have today and friday left | 09:03 |
jelkner | in the mean time, i'm working on civicrm installation: http://weblog.elkner.net/2017_07_24/ | 09:04 |
jelkner | i blocked yesterday on email setup | 09:04 |
jelkner | so i'm going to run through it again this morning | 09:05 |
jelkner | (and again and again until i have reproducible steps ;-) | 09:05 |
*** mjsir911 has joined #novawebdev | 09:16 | |
*** dsmall has joined #novawebdev | 09:18 | |
*** replaceafill has joined #novawebdev | 09:35 | |
*** zOnny has joined #novawebdev | 10:42 | |
*** OculusPrime has joined #novawebdev | 11:27 | |
*** OculusPrime has joined #novawebdev | 12:14 | |
jelkner | replaceafill, r u here? | 12:22 |
replaceafill | jelkner, yes | 12:22 |
jelkner | i was about to send you an email titled "step-by-step, inch-by-inch" ;-) | 12:22 |
jelkner | i've successfully completed drupal installation | 12:22 |
jelkner | civi is causing some problems | 12:23 |
replaceafill | jelkner, what problems? | 12:23 |
jelkner | you can see where i got here: http://weblog.elkner.net/2017_07_24 | 12:23 |
jelkner | when i fill in the proper database, database user, and password, most things turn green | 12:24 |
*** mjsir911 has joined #novawebdev | 12:24 | |
jelkner | except there is a write permission problem on a directory | 12:24 |
replaceafill | jelkner, can you share a traceback? pastebin.com | 12:26 |
jelkner | one thing i love about kvms is that i can just save the qcow2 images at different points and repeat the process from there | 12:26 |
jelkner | i'll need to do that again | 12:26 |
replaceafill | jelkner, oh, looking at the gist | 12:27 |
jelkner | yes, i'm working from the gist | 12:27 |
replaceafill | jelkner, never mind, that's not related | 12:27 |
replaceafill | jelkner, i think this: "* Fix permissions of http://192.168.1.90/sites/all/modules/civicrm/" means the directory is visible in the browser | 12:27 |
replaceafill | jelkner, is there anything you can copy/paste? | 12:28 |
jelkner | not now | 12:28 |
replaceafill | jelkner, ok | 12:28 |
jelkner | i need to repeat a bunch of steps | 12:28 |
jelkner | i'll get on that now | 12:28 |
replaceafill | jelkner, ok | 12:28 |
replaceafill | if only there was a way to automate this installation process... | 12:28 |
replaceafill | :) | 12:28 |
jelkner | we have to get mjsir911 on this! | 12:45 |
jelkner | give us a docker container image | 12:46 |
jelkner | or something | 12:46 |
jelkner | anyway, step-by-step, inch-by-inch | 12:46 |
replaceafill | jelkner, :) | 12:55 |
replaceafill | jelkner, i don't think that's part of the initial plan :P | 12:55 |
replaceafill | jelkner, but hopefully we'll have an ansible playbook soon to use | 12:56 |
jelkner | whatever you decide, sir | 12:56 |
jelkner | you write the instructions, i follow them ;-) | 12:56 |
replaceafill | jelkner, you're doomed, sir | 12:56 |
*** mr_german has joined #novawebdev | 13:18 | |
mr_german | hello! | 13:20 |
jelkner | replaceafill, i'm ready | 13:36 |
jelkner | https://pastebin.com/JWXEDw7u | 13:36 |
mr_german | jelkner, I used "sudo chmod 777 /var/www/html/sites/default" | 13:37 |
mr_german | there | 13:37 |
mr_german | and it works for me | 13:37 |
jelkner | yes, mr_german, but that isn't secure at all | 13:39 |
mr_german | oh | 13:39 |
jelkner | granting *everyone* write permission | 13:40 |
jelkner | means *anyone* can write there | 13:40 |
jelkner | what i just did was: | 13:40 |
jelkner | $ cd /var/www/html | 13:40 |
jelkner | $ sudo chown -R www-data.www-data * | 13:41 |
replaceafill | jelkner, i think that's fine for a dev environment | 13:41 |
jelkner | $ sudo chmod 755 sites/default | 13:41 |
replaceafill | jelkner, until we figure it out correctly | 13:41 |
jelkner | what i just wrote works | 13:42 |
jelkner | and seems more sensible | 13:42 |
jelkner | since apache2 runs as www-data | 13:42 |
replaceafill | jelkner, well... | 13:42 |
jelkner | but your the boss ;-) | 13:42 |
replaceafill | jelkner, the 7 is the dangerous part really | 13:42 |
jelkner | 7 is ok if it is only for www-data | 13:42 |
jelkner | you can't login as www-data | 13:43 |
replaceafill | jelkner, right | 13:43 |
jelkner | anyway, r u ok with me writing the process as i outlined it? | 13:43 |
jelkner | in fact i'll use full paths so copy paste still works | 13:43 |
replaceafill | jelkner, sure | 13:44 |
jelkner | http://weblog.elkner.net/2017_07_24/ | 13:47 |
jelkner | ok, let me try these out | 13:47 |
mr_german | jelkner, can you take a look? | 13:53 |
mr_german | http://labor4ourrev.org | 13:53 |
mr_german | replaceafill, that's all I can do | 13:56 |
mr_german | :$ | 13:56 |
mr_german | the good thing, it looks very nice on mobile | 13:57 |
jelkner | mr_german, since facebook is blocked, i'll have to look at it this evening | 13:58 |
jelkner | i'm still finishing with civicrm setup, but is everything rand asked for done? | 13:58 |
mr_german | jelkner, I think so. | 13:59 |
jelkner | great, man, thanks! | 14:00 |
mr_german | jelkner, one more thing | 14:00 |
mr_german | jelkner, Maybe I should change the facebook icon for Email | 14:00 |
mr_german | jelkner, what do you think? | 14:00 |
jelkner | there still needs to be a way to get to the facebook page | 14:01 |
replaceafill | mr_german, use screenshots to show jelkner | 14:01 |
replaceafill | mr_german, imgur.com | 14:01 |
mr_german | oh | 14:01 |
mr_german | let me show you | 14:01 |
replaceafill | mr_german, tbh it looks weird | 14:01 |
mr_german | wait | 14:01 |
jelkner | and he asked for a link to action network, yes? | 14:01 |
mr_german | replaceafill, "tbh"? | 14:01 |
replaceafill | mr_german, to be honest | 14:01 |
mr_german | ah | 14:01 |
replaceafill | mr_german, i think you should try another approach | 14:02 |
replaceafill | mr_german, but show jelkner a screenshot first | 14:02 |
replaceafill | mr_german, showing a desktop browser | 14:02 |
replaceafill | this is how it looks on mine: http://i.imgur.com/ECOyXhf.png | 14:03 |
replaceafill | ok, time for me go go | 14:04 |
replaceafill | ACTION bb in ~45 | 14:04 |
mr_german | replaceafill, same on my desktop | 14:04 |
replaceafill | mr_german, you should have it as a sidebar | 14:04 |
replaceafill | mr_german, and an empty content area | 14:05 |
mr_german | replaceafill, k | 14:05 |
replaceafill | mr_german, but you're the designer ;) | 14:05 |
replaceafill | mr_german, design! | 14:05 |
replaceafill | later guys | 14:05 |
mr_german | cya | 14:05 |
jelkner | wait | 14:10 |
jelkner | replaceafill | 14:10 |
jelkner | success! | 14:11 |
jelkner | http://weblog.elkner.net/2017_07_24/ | 14:11 |
jelkner | what next? | 14:11 |
jelkner | how do you start experimenting with it? | 14:11 |
jelkner | ok, tomorrow is another day ;-) | 14:11 |
*** mjsir911 has joined #novawebdev | 14:28 | |
*** mjsir911 has joined #novawebdev | 14:42 | |
replaceafill | ACTION is back | 14:57 |
replaceafill | jelkner, great! | 14:57 |
replaceafill | jelkner, that's *the* question, how do we use it | 14:57 |
*** mjsir911 has joined #novawebdev | 15:00 | |
mr_german | ACTION goes to lunch | 15:08 |
jelkner | lol | 15:17 |
jelkner | i found another civicrm "ambassador" in dc | 15:18 |
jelkner | replaceafill | 15:18 |
jelkner | http://ginkgostreet.com/ | 15:18 |
jelkner | they are hiring | 15:18 |
jelkner | that's a good sign | 15:18 |
replaceafill | jelkner, hhmm hiring post is from 2015 :S | 15:19 |
jelkner | ohh | 15:19 |
jelkner | that's a bad sign :-( | 15:19 |
jelkner | they don't update their website | 15:20 |
jelkner | there as bad as those nova web development folks | 15:20 |
replaceafill | :) | 15:20 |
jelkner | s/there/they're | 15:20 |
jelkner | anyway, do you just interact with it through drupal? | 15:21 |
jelkner | i loaded the sample data | 15:21 |
jelkner | how can I "see" it? | 15:21 |
jelkner | i'll start looking online | 15:21 |
jelkner | but if you find anything first, please share with the rest of us | 15:21 |
replaceafill | jelkner, sure, i loaded the data too but didn't manage to check it | 15:21 |
jelkner | ok, if i figure it out | 15:22 |
jelkner | i'll be sure to share | 15:22 |
replaceafill | https://wiki.civicrm.org/confluence/display/CRMDOC42/Exploring+Sample+Data | 15:22 |
replaceafill | ACTION is personally interested in smart groups :) | 15:23 |
mr_german | ACTION is back | 15:35 |
*** mjsir911 has joined #novawebdev | 16:01 | |
mr_german | jelkner, are you there | 16:23 |
mr_german | ? | 16:23 |
jelkner | i am | 16:23 |
jelkner | but i'm leaving soon | 16:23 |
jelkner | what's up? | 16:23 |
mr_german | one quick question | 16:24 |
mr_german | Rand said in the email "We are going to need a place where we can post reports" | 16:24 |
mr_german | "I've attached a few" | 16:24 |
jelkner | can you add a link to a "Reports" page | 16:25 |
jelkner | and have links on that page to the reports he gave you? | 16:25 |
jelkner | seems like a common request | 16:25 |
jelkner | AEA needed that too | 16:25 |
mr_german | yeah but my question | 16:25 |
jelkner | most organizations will | 16:25 |
mr_german | all of them? | 16:26 |
jelkner | why not? | 16:26 |
mr_german | oh | 16:26 |
mr_german | k | 16:26 |
mr_german | thx | 16:26 |
jelkner | he wouldn't have given them to you if he didn't want them included | 16:26 |
jelkner | sure thing | 16:26 |
jelkner | talk to you tomorrow | 16:26 |
mr_german | i'll send an email tonight | 16:26 |
mr_german | to rand | 16:27 |
jelkner | great | 16:27 |
mr_german | cya | 16:27 |
jelkner | replaceafill, r u here? | 16:27 |
replaceafill | jelkner, yes | 16:27 |
jelkner | i'm having permissons problems i think | 16:27 |
jelkner | i found the civicrm directory | 16:27 |
jelkner | but when i point at pages like: http://192.168.122.163/sites/all/modules/civicrm/Civi.php | 16:28 |
jelkner | i see nothing | 16:28 |
jelkner | it's what you see when php isn't running them | 16:28 |
replaceafill | jelkner, hhmm | 16:29 |
replaceafill | jelkner, what do you mean by "found the civicrm directory"? | 16:30 |
jelkner | good point | 16:31 |
jelkner | i mean i found lots of civicrm related .php pages | 16:31 |
jelkner | sprinkled around the /var/www/html directory | 16:31 |
jelkner | http://192.168.122.163/sites/default/settings.php | 16:32 |
jelkner | this won't load either | 16:32 |
replaceafill | jelkner, how are you navigating there? | 16:32 |
jelkner | actually, i can find other civicrm related stuff through the drupal panel | 16:35 |
jelkner | that works | 16:35 |
replaceafill | jelkner, this is how my /var/www/html looks like: https://pastebin.com/gwF6JLgu | 16:35 |
jelkner | mine looks like that too | 16:35 |
jelkner | so Civi.php for example is located relative to that | 16:36 |
jelkner | in sites/all/modules/civicrm | 16:36 |
replaceafill | jelkner, if you mean you can access that directory through your browser and see its contents | 16:37 |
replaceafill | jelkner, that's a security issue | 16:37 |
jelkner | yes, i understand | 16:37 |
replaceafill | jelkner, if you see the gist, there's a TODO section at the bottom | 16:37 |
jelkner | but i'm less concerned with security at this point than i am with access | 16:37 |
replaceafill | jelkner, indeed | 16:38 |
jelkner | i just want to see the sample data | 16:38 |
jelkner | browse it | 16:38 |
jelkner | and a new contact | 16:38 |
replaceafill | jelkner, you haven't been able to? | 16:38 |
jelkner | no | 16:38 |
jelkner | where is it? | 16:38 |
replaceafill | i pasted a url to that doc | 16:38 |
jelkner | which doc? | 16:38 |
replaceafill | jelkner, hold on | 16:38 |
replaceafill | <replaceafill> https://wiki.civicrm.org/confluence/display/CRMDOC42/Exploring+Sample+Data | 16:38 |
replaceafill | jelkner, ^ | 16:39 |
jelkner | i saw this | 16:39 |
jelkner | but i don't see where it contains the url for my vm | 16:39 |
jelkner | i have a kvm that supposedly has civicrm | 16:41 |
replaceafill | jelkner, you don't see drupal when you load http://your_ip? | 16:42 |
jelkner | drupal yes | 16:42 |
jelkner | where in drupal is civicrm? | 16:42 |
replaceafill | jelkner, can you log in as admin? | 16:42 |
replaceafill | jelkner, maybe you haven't activated it | 16:42 |
replaceafill | jelkner, i mean the civicrm module | 16:42 |
jelkner | maybe | 16:43 |
jelkner | i only did what you told me | 16:43 |
jelkner | i followed your recipe | 16:43 |
jelkner | if it didn't tell me there, i didn't do it | 16:43 |
replaceafill | jelkner, ok... | 16:43 |
replaceafill | jelkner, that's only installation | 16:43 |
replaceafill | jelkner, you need to activate civi as an admin | 16:43 |
jelkner | now we are making progress, my friend | 16:44 |
jelkner | i finished the installation | 16:44 |
replaceafill | jelkner, if you are able to see the dashboard links at the top | 16:44 |
jelkner | i'm asking what's next? | 16:44 |
replaceafill | jelkner, there's a Modules link | 16:44 |
jelkner | Home | 16:44 |
jelkner | Hello drupalsite | 16:44 |
jelkner | Log out | 16:44 |
jelkner | Administrative toolbar | 16:44 |
jelkner | Dashboard (View and customize your dashboard.) | 16:44 |
jelkner | Content (Administer content and comments.) | 16:44 |
jelkner | Structure (Administer blocks, content types, menus, etc.) | 16:44 |
jelkner | Appearance (Select and configure your themes.) | 16:44 |
jelkner | People (Manage user accounts, roles, and permissions.) | 16:44 |
jelkner | Modules (Extend site functionality.) | 16:44 |
replaceafill | whoa whoa | 16:44 |
jelkner | Configuration (Administer settings.) | 16:44 |
jelkner | Reports (View reports, updates, and errors.) | 16:44 |
jelkner | Help (Reference for usage, configuration, and modules.) | 16:44 |
jelkner | Hide shortcuts | 16:44 |
replaceafill | jelkner, ... | 16:44 |
replaceafill | jelkner, pastebin.com ;) | 16:44 |
jelkner | sorry | 16:45 |
replaceafill | jelkner, under Modules | 16:45 |
replaceafill | jelkner, there's a CIVICRM section at the bottom | 16:45 |
jelkner | Yes | 16:46 |
replaceafill | jelkner, if civi is activated you should see a CiviCRM link under the Navigation sidebar (left) when you log in as admin | 16:46 |
replaceafill | jelkner, or | 16:46 |
replaceafill | jelkner, you can try: http://your_ip/?q=civicrm/dashboard | 16:46 |
jelkner | how do you login as admin? | 16:47 |
jelkner | i've been loggin in as drupalsite | 16:47 |
jelkner | oh wait, that is admin | 16:47 |
jelkner | when i click My account | 16:48 |
replaceafill | jelkner, you should have created a drupal administrator account when you set it up | 16:48 |
jelkner | I see a CiviCRM link | 16:48 |
replaceafill | jelkner, yes | 16:48 |
replaceafill | jelkner, on the sidebar? | 16:48 |
jelkner | yup | 16:48 |
replaceafill | jelkner, that's the one | 16:48 |
jelkner | when I click on that, i see CiviCRM Home | 16:49 |
jelkner | yeah! | 16:49 |
jelkner | ok, that can get me started | 16:49 |
replaceafill | jelkner, touchdown! | 16:49 |
jelkner | i'll document that | 16:49 |
jelkner | in my next blog post | 16:49 |
replaceafill | jelkner, you can follow the link i pasted above after that | 16:50 |
jelkner | Wow, I have a "System Status: Critical" warning | 16:50 |
replaceafill | jelkner, using search contacts etc | 16:50 |
replaceafill | jelkner, about cron tasks? | 16:50 |
jelkner | CiviCRM Security Updat Required | 16:50 |
jelkner | Cron Not Running | 16:50 |
replaceafill | jelkner, yes | 16:50 |
jelkner | Configure Default Mailbox | 16:51 |
jelkner | Complete Setup | 16:51 |
jelkner | Private Files Readable | 16:51 |
jelkner | progress, my friend | 16:51 |
replaceafill | jelkner, you can check /index.php?q=civicrm/a/#/status | 16:51 |
jelkner | without things failing, we would have nothing to do ;-) | 16:51 |
replaceafill | jelkner, for all the civi related "issues" | 16:52 |
jelkner | okie dokie | 16:52 |
replaceafill | jelkner, green good, yellow not so much, red oops | 16:52 |
jelkner | we have lots of red | 16:52 |
jelkner | ok, need to go for today | 16:52 |
replaceafill | jelkner, kk | 16:52 |
replaceafill | jelkner, glad you made progress | 16:52 |
jelkner | i have an nea4or meeting soon | 16:52 |
jelkner | me too! | 16:53 |
jelkner | later gater | 16:53 |
replaceafill | later! | 16:53 |
jelkner | ACTION signs off for the evening | 16:53 |
mr_german | later | 16:53 |
mr_german | o/ | 16:53 |
replaceafill | mr_german, you know what to do next, yes? | 16:53 |
mr_german | yep | 16:53 |
replaceafill | mr_german, kk, go go go :) | 16:54 |
mr_german | kk | 16:54 |
*** louisea has joined #novawebdev | 17:04 | |
*** mjsir911 has joined #novawebdev | 17:39 | |
*** louisea has joined #novawebdev | 18:25 | |
mjsir911 | louisea, I got your email but i'm havinga bit of email/communications problem for a bit, i'll try to get back to you on that stuff tomorrow afternoon | 18:27 |
*** mjsir911 has joined #novawebdev | 19:06 | |
*** louisea has joined #novawebdev | 21:10 | |
*** mjsir911 has joined #novawebdev | 21:38 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!