1 / 30

Installing CiviCRM onto Wordpress

Installing CiviCRM onto Wordpress. How does it work?. Data (Nodes, etc.). At the base of the system is the collection of nodes—the data pool. Before anything can be displayed on the site, it must be input as data. Modules.

sorley
Download Presentation

Installing CiviCRM onto Wordpress

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Installing CiviCRM onto Wordpress

  2. How does it work?

  3. Data (Nodes, etc.) At the base of the system is the collection of nodes—the data pool. Before anything can be displayed on the site, it must be input as data.

  4. Modules The next layer up is where modules live. Modules are functional plugins that are either part of the Drupal core (they ship with Drupal) or they are contributed items that have been created by members of the Drupal community. Modules build on Drupal's core functionality, allowing you to customize the data items (fields) on your node types; set up e-commerce; programmatically sorting and display of content (custom output controlled by filters you define); and more.

  5. Blocks & Menus At the next layer, we find blocks and menus. Blocks often provide the output from a module or can be created to display whatever you want, and then can be placed in various spots in your template (theme) layout. Blocks can be configured to output in various ways, as well as only showing on certain defined pages, or only for certain defined users.

  6. User Permissions Next are user permissions. This is where settings are configured to determine what different kinds of users are allow to do and see. Permissions are defined for various roles, and in turn, users are assigned to these roles in order to grant them the defined permissions.

  7. Template On the top layer is the site theme (the "skin"). This is made up predominantly of XHTML and CSS, with some PHP variables intermixed, so Drupal-generated content can go in the appropriate spots. Also included with each theme is a set of functions that can be used to override standard functions in the modules in order to provide complete control over how the modules generate their markup at output time. Templates can also be assigned on-the-fly based on user permissions.

  8. Order of Operations Lithium Hosting Set-Up MySQL Set-Up Drupal Upload and install CiviCRM Upload and Install

  9. Lithium Hosting For those of you who have done this before it will be a review Tutorial http://bit.ly/hnKysU Follow this until page 6.

  10. Databases and MySQL What is a Database? • Databases designed to offer an organized mechanism for storing, managing and retrieving information. They do so through the use of tables. If you’re familiar with spreadsheets like Microsoft Excel, you’re probably already accustomed to storing data in tabular form. • Here are just a few of the actions that you can perform on a database that would be difficult if not impossible to perform on a spreadsheet • Retrieve all records that match certain criteria • Update records in bulk • Cross-reference records in different tables • Perform complex aggregate calculation

  11. MySQL What is MySQL? • MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. • Relational in the sense that it is a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables. 

  12. MySQL Set-Up What is MySQL?

  13. <-- Create a database name. Write this down!

  14. Create a user name. You can create multiple users if you want.

  15. Above, you can see two databases my wordpress db and the new MySQL. Also, we have created a new user. Below you will see users currently in operation.

  16. Install WordPress In Cpanel, scroll down to Software/Services Click on Softaculous Install wordpress on your domain or subdomain

  17. 1. If you scroll down to file manager within cpanel you want to click on “public_html” 2. Continue by clicking upload & upload your drupal-6.20.tar.gz file 3. Select the .tar.gz file and select “extract”

  18. Wordpresis now installed Now you can type “www.url.com/wp-admin This will direct you to the back end of you word press

  19. Enter in "database name" from MySQL step As well as the username and password The advanced options include the server/host name. For this you will stay with "localhost"

  20. In that new "modules" folder you created, select upload in the menu bar of the file manager. From here, browse for an upload "civicrm-3.3.5-drupal.tar.gz" file that you downloaded form the CiviCRM site via sourceforge.

  21. Once it is successfully uploaded you will see the file as seen above.  From here you will select "extract" in the menu above and to the right

  22. As suspected this will extract the file "civicrm" from the tar file.

  23. Next step is the CiviCRM install • in the address bar of your browser enter: • http://<your_drupal_home>/drupal-6.2/sites/all/modules/civicrm/install/index.php • This will bring you to the following steps...

  24. Enter info in the spaces accordingly. This is why writing down all of you info is VERY important.

  25. the civicrm installer gives you info about what you have missing or need to change.  Here for example, we would need to right click on the "default" folder and change the permissions if we hadn't done it already.

  26. Green is good!!!

  27. You now have CiviCRM up and running on your drupal site. 

More Related