SlideShare a Scribd company logo
1 of 50
Download to read offline
WordPressのお引っ越しspecial
コマンドは使わないからデザイナーでも安心♪ [mac編]




        2013.02.16 石田 美穂
自己紹介

                     石田 美穂       (いしだ みほ)

                     フリーランスのWEBデザイナーです。
                     「イシダウェブ工房」   の屋号にて個人で活動中のほか、
                     「WEB制作会社 StudioBRAIN」のアシスタントとして、
                     いろんなWordPress案件に関わっています。趣味はネイルと園芸など。



facebook ishidamiho
twitter   dk45blog

website   http://ishida-webkontor.com

          http://www.studiobrain.net


                てください★
      よかったらフォローし
Section 1.   ローカル環境の構築
全体的な流れをざっと説明

1. PCにMAMPをインストール 
 MAMPをWEBサイトからタウンロード
 パソコンにインストール

2. MAMPを起動して自分のPCにDBを作る 
 MAMPを起動
 phpMyAdminを開いて新規Dを作る

3. MAMPにWordPressを設置して動かす 
 MAMPの中の「htdocs」ディレクトリにWordPressを置き、 
 DBの接続情報を書き込み、使えるようにする
MAMPのインストール




MAMPと検索すると
一番上に出てくると思います


左側の「MAMP」を
ダウンロード。
MAMPのインストール
     DLしたフォルダをクリックして解凍。


     インストール画面が出てくるので、
     あとはどんどん「続ける」をクリックして
     インストール完了。
MAMPのインストール

       アプリケーションの中に
       「MAMP」という
       ディレクトリができているはず。


       なぜかMAMP PROも
       入ってくるけど
       要らないのでアンインストール。
MAMPを起動
           このアイコンをクリックしてMAMPを立ち上げ




「サーバを起動」を押す。
するとウェブサーバを
自分のパソコンで使えるようになる。
ローカルにWP用のDBを作る
        DBを作成します。


        「スタートページを開く」をクリック
        ブラウザでこの画面が立ち上がります。


        メニューの中から
        「phpMyAdmin」をクリックします。
ローカルにWP用のDBを作る

          DBの名前: 任意
          文字コード: utf8_general_ci
ローカルにWP用のDBを作る




       からっぽのDBができました。
ローカルにWordPressを設置




アプリケーション/MAMP/htdocs の中に任意の名前でフォルダ
を作り、WordPressのファイルを入れておく。
ローカルのWordPressにアクセス




ブラウザのアドレスバーに
localhost:8888/wordpress/wp-admin/ と入れてみよう。
(赤字のところはさっき自分がWPデータを入れたフォルダ名にする)


wp-config.phpを設定する画面になります。
WPにDB情報を入力




    DB情報を入力。


    データベース名:wpdata (さっき自分で作った名前)
    ユーザー名:root
    パスワード:root
    データベースのホスト名:localhost
ローカルにWPがインストールされた!




 WordPressインストール完了!
ローカルでいつもどおりの構築ができます
Section 2.   ローカル環境から本番環境へ
全体的な流れをざっと説明

1. 事前準備:ローカル 
 phpMyAdminを使ってDBをダウンロード

2. 事前準備:本番サーバ 
 WordPress本体、 テーマファイル、画像フォルダをアップロード
 phpMyAdminを使って空のDBを作り、データをインポートする。
 wp-config.phpに新サーバのDB情報を記入

3. URLの書き換え
 「searchreplacedb2.php 」を使っDBの中にあるURLを一括変換

4. 新サーバにログイン
全体的な流れをざっと説明


(;・ ・) な、なんか手順多い?!
        ヨワヨワデザイナーにはむずかしそう・・・


( ゚Д゚)b 大丈夫!暗黒画面(ターミナル)と魔術 (コマンド) は使わないよ。
        クリックとちょこっと文字入力だけで出来るんだぜ!
        慣れたら10分もあれば引っ越しできる。
1. 事前準備:ローカル編

1. 事前準備:ローカル 
 phpMyAdminを使ってDBをダウンロード

2. 事前準備:本番サーバ 
 WordPress本体、 テーマファイル、画像フォルダをアップロード
 phpMyAdminを使って空のDBを作り、データをインポートする。
 wp-config.phpに新サーバのDB情報を記入

3. URLの書き換え
 「searchreplacedb2.php 」を使っDBの中にあるURLを一括変換

4. 新サーバにログイン
ローカルDBのダウンロード




    MAMPのphpMyAdminを立ち上げて、
    WP用に作ったDBの名前をクリックする。
ローカルDBのダウンロード




     「エクスポート」をクリック
ローカルDBのダウンロード

        「出力をファイルに保存する」に
        チェックを入れる。

        形式は「zip」か「gzip」で。
        その後、「実行」ボタンを押す。

          ↓

        DBのデータが取り出せました。
2. 事前準備:本番サーバ編

1. 事前準備:ローカル 
 phpMyAdminを使ってDBをダウンロード

2. 事前準備:本番サーバ 
 WordPress本体、 テーマファイル、画像フォルダをアップロード
 phpMyAdminを使って空のDBを作り、データをインポートする。
 wp-config.phpに新サーバのDB情報を記入

3. URLの書き換え
 「searchreplacedb2.php 」を使っDBの中にあるURLを一括変換

4. 新サーバにログイン
WPのファイル一式、テーマ、画像フォルダをUP




        普通にFTPでサクッと。
本番サーバのDB情報を書き換え


        本番サーバにアップしたWordPressの中の
        wp-config.phpを開き、
        ローカル環境でのDB情報から
        本番サーバでのDB情報に書き換える。
本番サーバのDBにデータをインポート



         本番サーバでphpMyAdminを起動。新規DBを作成
         する。

         「インポート」タブをクリックし、ローカルDBから
         落としてきたデータを選択。

         「実行する」を押すと、データが取り込まれる。
一瞬でDBの取り込み完了!
2. 事前準備:本番サーバ編

1. 事前準備:ローカル 
 phpMyAdminを使ってDBをダウンロード

2. 事前準備:本番サーバ 
 WordPress本体、 テーマファイル、画像フォルダをアップロード
 phpMyAdminを使って空のDBを作り、データをインポートする。
 wp-config.phpに新サーバのDB情報を記入

3. URLの書き換え
 「searchreplacedb2.php 」を使っDBの中にあるURLを一括変換

4. 新サーバにログイン
ここで問題になるのがurl

ローカル環境でのurl (例) http://localhost:8888/wordpress
                
本番サーバでのurl (例)      http://samplesite.com/wordpress




              DBの中に書き込まれている
           旧アドレスを書き換える事が必要。
エディタで一括置換はダメ><

エディタでDBファイルを開け、一括置換を使ってurlの書き換えをしてしまうと、
内容の書き換えが適切に行われない可能性があります。
結果・・・
・ウィジェットの設定が復元されない
・動かないプラグインが出てくる可能性もある




                url変換ツールを使えば大丈夫!

    参考記事 http://webcre-archive.com/2012/10/04/wordpress-db-url-replace/
         http://dogmap.jp/2012/09/20/wordpress-replace-siteurl/
url変換スクリプトをダウンロード
http://interconnectit.com/products/search-and-replace-for-wordpress-databases/


                                                               wordpress search and replace tool


                                                                  ここからダウンロードしたZIPを解
                                                                  凍して、

                                                                  searchreplacedb2.php
                                                                  を入手。
url変換スクリプトをアップして実行

          先ほどのsearchreplacedb2.phpを、
          wp-config.phpと同じ階層に置く。
          ブラウザからsearchreplacedb2.php
          にアクセスする。


          例)
          http://sample.com/searchreplacedb2.php
url変換ツールを実行

      チェックはそのままで「submit」を押す
url変換ツールを実行


    先ほどwp-config.phpに書き込んだ情報が出てきます。
    内容に間違いがないのを確認したら、
    「submit DB details」をクリック。
url変換ツールを実行


   テーブルが全部選択されてる状態になっていると思います。
   そのまま「countinue」をクリック
url変換ツールを実行




   ポップアップでアラートがでてくるので、「OK」を押す
   そして「continue」
旧アドレス・新アドレスを入力

               ローカルのWPアドレス
               例)http://localhost:8888/wordpress


                        注意:
                        http://localhost:8888/wordpress/ ←最後にスラッシュいれてはダメ!
                        変換できない箇所がでてきてしまいます




                          本番サーバのWPアドレス


ローカルのWPアドレスをテストサーバのアドレスに読み替えれば
テストサーバ→本番サーバの引っ越しにも使えますよ!
旧アドレス・新アドレスを入力

       ほんまにやっちゃってええの?と聞かれるので
       良ければ「OK」を押そう。
url変換が完了・変換ルールを削除



         url変換した結果が表示されて、完了。
         searchreplacedb2.phpは速やかに削除しよう。
引っ越しできてた!
2. 事前準備:本番サーバ編

1. 事前準備:ローカル 
 phpMyAdminを使ってDBをダウンロード

2. 事前準備:本番サーバ 
 WordPress本体、 テーマファイル、画像フォルダをアップロード
 phpMyAdminを使って空のDBを作り、データをインポートする。
 wp-config.phpに新サーバのDB情報を記入

3. URLの書き換え
 「searchreplacedb2.php 」を使っDBの中にあるURLを一括変換

4. 新サーバにログイン
管理画面をあけてみる




一番最初にwp-admin/にアクセスすると「データベースの更新が必要です」
と出てくるので、そのまま更新してください。
管理画面に入れた!

 ローカル環境で作っていたIDとPWを入れるとログインできます。
 プラグインの設定などもきちんと持って来れています。
バックアップも同じ手順で復元OK




          バックアップ用プラグイン等で保存して
          おいたDBも、引っ越しと同じ手順で復元
          できる。
ちょっと余談かもですが


「インポートツール」ってありますよね?
  あれで引っ越しはできないの?


   以前、自分でも疑問に思っていました
インポートツールでは完全な引っ越しができない




     これにはすべての投稿、固定ページ、コメント、カスタムフィールド、カテ
     ゴリー、タグ、ナビゲーションメニュー、カスタム投稿が含まれます。


         ウィジェット、パーマリンク、プラグインの設定・・・
         等はついてこない、という事。
インポートツールで引っ越したら

        指定した固定ページがトップページになってない
        スライダーが設定されてない
        フッターウィジェットが無い
        サイドバーウィジェットが初期化されてる
        パーマリンクがデフォルトだ




        手動で直さないといけないので
        めんどくさい&手違いが発生するかも><
今日のポイント

・ターミナル&コマンドを使わなくても引っ越しはできる。

・URL変換はエディタではなく専用ツールを使おう。

・ローカル環境で何回か練習して、手順に慣れよう。
おしまい




ご清聴ありがとうございました!

More Related Content

Recently uploaded

LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
LoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイスLoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイス
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイスCRI Japan, Inc.
 
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。iPride Co., Ltd.
 
新人研修 後半 2024/04/26の勉強会で発表されたものです。
新人研修 後半        2024/04/26の勉強会で発表されたものです。新人研修 後半        2024/04/26の勉強会で発表されたものです。
新人研修 後半 2024/04/26の勉強会で発表されたものです。iPride Co., Ltd.
 
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。iPride Co., Ltd.
 
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...Toru Tamaki
 
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video UnderstandingToru Tamaki
 
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptxsn679259
 
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルLoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルCRI Japan, Inc.
 
Utilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native IntegrationsUtilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native IntegrationsWSO2
 
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Gamesatsushi061452
 

Recently uploaded (10)

LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
LoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイスLoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイス
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
 
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
 
新人研修 後半 2024/04/26の勉強会で発表されたものです。
新人研修 後半        2024/04/26の勉強会で発表されたものです。新人研修 後半        2024/04/26の勉強会で発表されたものです。
新人研修 後半 2024/04/26の勉強会で発表されたものです。
 
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
 
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
 
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
 
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
 
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルLoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
 
Utilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native IntegrationsUtilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native Integrations
 
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
 

Featured

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Featured (20)

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 

Word benchosakavol14 ishida