Abdelrahman Ibrahim @iaboeyad Stanford Drupal Camp 2017 Saudi - - PowerPoint PPT Presentation

abdelrahman ibrahim iaboeyad
SMART_READER_LITE
LIVE PREVIEW

Abdelrahman Ibrahim @iaboeyad Stanford Drupal Camp 2017 Saudi - - PowerPoint PPT Presentation

Case Study Abdelrahman Ibrahim @iaboeyad Stanford Drupal Camp 2017 Saudi Arabia Problem Around 2 events every week mobile applications requests Multiple themes and contents types Solution Multiple sites for events Unified theme. Unified


slide-1
SLIDE 1

Abdelrahman Ibrahim @iaboeyad

Stanford Drupal Camp 2017

Case Study

slide-2
SLIDE 2

Saudi Arabia

slide-3
SLIDE 3

Around 2 events every week mobile applications requests Multiple themes and contents types

Problem

slide-4
SLIDE 4

Solution

Multiple sites for events Unified theme. Unified content types Unified views

slide-5
SLIDE 5

Heroes

slide-6
SLIDE 6

Step 1

Prepare environment PHP 5.6.1 Apache 2.4 mySQL3.4 PHP 5.6.1 Apache 2.4 mySQL3.4 PHP 5.6.1 Apache 2.4 mySQL3.4

Developer PC Dev Server Staging Server Production Server

PHP 5.6.1 Apache 2.4 mySQL 5.5.4 MAMP Redhat Redhat Redhat

slide-7
SLIDE 7

Step 2

Install Drupal 8

  • drush dl drupal
  • Configure database
  • drush en rest

change always_populate_raw_post_data in php.ini to -1

slide-8
SLIDE 8

Step 3

Wire-framing and design

slide-9
SLIDE 9

Step 4

Create Content types and forms

  • Event general information
  • Speaker info
  • Session info
  • Sponsors info
  • Registration form
  • Contact us form
slide-10
SLIDE 10

Step 5

Create Drupal views

  • Home page content panes
  • Schedule page
  • Speakers page
  • sponsors page
slide-11
SLIDE 11

Step 6

Create JSON views

  • If you are using drupal 7 use views datasource contrib module
  • Select the fields you want to use for your mobile
  • Test your json using postman or chrome josn view
slide-12
SLIDE 12

Step 7

Ionic Start ionicframework.com/getting-started/

npm install -g cordova ionic ionic start --v2 myApp tabs

slide-13
SLIDE 13

Step 8

Ionic Pages

page.html page.scss page.ts

slide-14
SLIDE 14

Step 9

Ionic build $ ionic prepare iOS $ ions deploy android $ ionic build ios $ ionic build

slide-15
SLIDE 15

Step 10

Be happy and make your boss happy

slide-16
SLIDE 16

Thank you @iaboeyad info@jetpe.com

Abdelrahman Ibrahim