GithubHelp home page GithubHelp logo

Comments (10)

oxocode avatar oxocode commented on May 31, 2024

Uh oh...may want to remove / change the user credentials from the log above...

from wp-deploy.

chasefarthing avatar chasefarthing commented on May 31, 2024

yeah those aren't live / not the ones I plan on using. Still not a bad idea.

from wp-deploy.

aaronthomas avatar aaronthomas commented on May 31, 2024

Looks like there's something missing from the git repo your deploying from.

My first guess would be that the WordPress submodule doesn't exist in your repo, but as you mentioned the wordpress subfolder exists in your release so perhaps that's not the case.

Can you confirm that this file exists in the root of your repo, alongside the WP submodule?

It would also help to see file structure of your repo to make sure it's correct. Is this a public repo?

from wp-deploy.

chasefarthing avatar chasefarthing commented on May 31, 2024

The index file is there and matches yours. Here's what the files looks like on the server after the setup command:

screen shot 2014-06-07 at 5 50 51 pm
It's not a public repo but here's what the file structure looks like:

screen shot 2014-06-07 at 5 55 11 pm

If it'd help I could delete the password/login info and create a new public repo.
Thanks again for looking at this.

from wp-deploy.

aaronthomas avatar aaronthomas commented on May 31, 2024

Hmm, everything looks fine there to me.

Can you confirm that the wordpress folder in your release on the server is populated with the WP core files? Perhaps there was an issue cloning the submodule to your server.

It may also be worth running the wp:setup:remote task again, and double checking there were no other errors earlier in the log before this one.

Have you also tried to set up a local environment with wp:setup:local? It could be useful to see if that succeeds without problems.

from wp-deploy.

toby-griffiths avatar toby-griffiths commented on May 31, 2024

I'm having a similar problem, and the /wordpress/ directory appears to be missing from my /releases/20140609141657 directory

from wp-deploy.

toby-griffiths avatar toby-griffiths commented on May 31, 2024

Now I've re-run bash config/prepare.sh & pushed this to my repo, my /current/ directory now contains the /wordpress/ directory, but am still getting the same error.

from wp-deploy.

chasefarthing avatar chasefarthing commented on May 31, 2024

All the wordpress files are on the server in the release folder. When I run wp:setup:local It works just fine. It installs WP and I can log into the admin page.

Could it be where I'm deploying to?
screen shot 2014-06-09 at 8 43 30 am
I'm deploying just outside of my web root (html), and then symlinking it to the "current" folder. I'm guessing that's not the case if I can manually install wp while I'm in the wordpress folder in releases.

I feel like something isn't pointing the install instructions to the right folder.

from wp-deploy.

chasefarthing avatar chasefarthing commented on May 31, 2024

I tried this setup on a different server and am not getting this errors. Might have been acting weird on media temples gs hosting.

from wp-deploy.

sansgil avatar sansgil commented on May 31, 2024

I also seem to be getting this same error:

Error: This does not seem to be a WordPress install.
Pass --path=path/to/wordpress or run wp core download.

When trying to push my local db changes to my dev server on dreamhost. All the info in wp-config.php seems to be correct. The file structure on the server also looks to be correct based upon the comments above.

Any ideas why this isn't pushing the local db to the remote dev server?

[beehive]$ pwd
/home/mountyeti/dev.mountyeti.com/current
[beehive]$ ls -la
total 44
drwxr-xr-x 6 mountyeti pg8130016 4096 Oct 25 04:28 .
drwxr-xr-x 3 mountyeti pg8130016 35 Oct 25 04:27 ..
lrwxrwxrwx 1 mountyeti pg8130016 50 Oct 25 04:28 .htaccess -> /home/mountyeti/dev.mountyeti.com/shared/.htaccess
-rw-r--r-- 1 mountyeti pg8130016 493 Oct 25 04:23 Capfile
-rw-r--r-- 1 mountyeti pg8130016 84 Oct 25 04:23 Gemfile
-rw-r--r-- 1 mountyeti pg8130016 541 Oct 25 04:23 Gemfile.lock
-rw-r--r-- 1 mountyeti pg8130016 1085 Oct 25 04:23 LICENSE.md
drwxr-xr-x 4 mountyeti pg8130016 4096 Oct 25 04:23 config
drwxr-xr-x 5 mountyeti pg8130016 83 Oct 25 04:28 content
-rw-r--r-- 1 mountyeti pg8130016 405 Oct 25 04:23 index.php
drwxr-xr-x 3 mountyeti pg8130016 31 Oct 25 04:23 lib
-rw-r--r-- 1 mountyeti pg8130016 7683 Oct 25 04:23 readme.md
-rw-r--r-- 1 mountyeti pg8130016 25 Oct 25 04:28 robots.txt
drwxr-xr-x 5 mountyeti pg8130016 4096 Oct 25 04:26 wordpress
lrwxrwxrwx 1 mountyeti pg8130016 54 Oct 25 04:28 wp-config.php -> /home/mountyeti/dev.mountyeti.com/shared/wp-config.php
[beehive]$ ls -la wordpress/
total 192
drwxr-xr-x 5 mountyeti pg8130016 4096 Oct 25 04:26 .
drwxr-xr-x 6 mountyeti pg8130016 4096 Oct 25 04:28 ..
-rw-r--r-- 1 mountyeti pg8130016 418 Oct 25 04:26 index.php
-rw-r--r-- 1 mountyeti pg8130016 19930 Oct 25 04:26 license.txt
-rw-r--r-- 1 mountyeti pg8130016 7192 Oct 25 04:26 readme.html
-rw-r--r-- 1 mountyeti pg8130016 4951 Oct 25 04:26 wp-activate.php
drwxr-xr-x 9 mountyeti pg8130016 4096 Oct 25 04:26 wp-admin
-rw-r--r-- 1 mountyeti pg8130016 271 Oct 25 04:26 wp-blog-header.php
-rw-r--r-- 1 mountyeti pg8130016 4946 Oct 25 04:26 wp-comments-post.php
-rw-r--r-- 1 mountyeti pg8130016 2746 Oct 25 04:26 wp-config-sample.php
drwxr-xr-x 4 mountyeti pg8130016 65 Oct 25 04:26 wp-content
-rw-r--r-- 1 mountyeti pg8130016 2956 Oct 25 04:26 wp-cron.php
drwxr-xr-x 12 mountyeti pg8130016 8192 Oct 25 04:26 wp-includes
-rw-r--r-- 1 mountyeti pg8130016 2380 Oct 25 04:26 wp-links-opml.php
-rw-r--r-- 1 mountyeti pg8130016 2714 Oct 25 04:26 wp-load.php
-rw-r--r-- 1 mountyeti pg8130016 33043 Oct 25 04:26 wp-login.php
-rw-r--r-- 1 mountyeti pg8130016 8252 Oct 25 04:26 wp-mail.php
-rw-r--r-- 1 mountyeti pg8130016 11115 Oct 25 04:26 wp-settings.php
-rw-r--r-- 1 mountyeti pg8130016 26256 Oct 25 04:26 wp-signup.php
-rw-r--r-- 1 mountyeti pg8130016 4026 Oct 25 04:26 wp-trackback.php
-rw-r--r-- 1 mountyeti pg8130016 3032 Oct 25 04:26 xmlrpc.php

from wp-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.