如何在Heroku上安装WordPress?

时间:2014-06-25 08:10:53

标签: wordpress git heroku github

我想在Heroku上构建wordpress,如下文:

以下是在Heroku的Cedar堆栈上运行WordPress.org安装的分步教程:

  1. 创建GitHub repo
  2. 然后使用GitHub创建本地仓库作为原始上游。基本上就像在新的回购页面上说的那样:

    cd REPO-NAME
    # Create the readme file... use your favorite editor.
    # Put in something informative
    mate README.markdown
    git add .
    git remote add origin git@github.com:brookr/REPO-NAME.git
    git push -u origin master
    
  3. 我已经下载了Cygwin,安装了Git。

    1. 我已根据https://help.github.com/articles/create-a-repo
    2. 创建了GitHub回购

      enter image description here

      1. mate README.markdown无法正常工作。
      2. enter image description here

        我该怎么做?

2 个答案:

答案 0 :(得分:0)

the article you linked中所述,mate只是一个示例文本编辑器:

  

mate README.markdown # Create the readme file... use your favorite editor. Put in something informative

在这种情况下,它是command-line interface to Textmate,仅在OSX上可用。

你可以使用Sublime Text,Emacs,Vim,Notepad ++,几乎任何东西。即使记事本可能也能正常工作,不过只有Windows的行结尾可能会让人感觉不舒服。

作为Cupcake mentions in the comments,教程中的Git命令也需要进行一些调整。 git add 阶段更改,然后通过git commit提交。 git push推送已提交的更改,因此如果您不git commit,则不会推送任何内容。

文章中可能还有其他小错误,但它看起来与你想要的相当接近。

答案 1 :(得分:0)

github上的回购是空的。没有什么可以克隆的。

" git clone REMOTE LOCAL"制作/命名本地目录。所以你的下一个命令应该是" cd 99catfacts.com"有远程存在被克隆。

  

我该怎么做?

https://devcenter.heroku.com/categories/php

它是测试版,但这比...更好;克隆这个,点击移动目标x,有WP站点。