0

I want to install wordpress on heroku and follow this tutorial(https://github.com/mhoofman/wordpress-heroku) I downloaded the toolbelt of heroku and got the git repo on my disk I also created a heroku account but when I want to add postgresql to it i get:

$ heroku addons:add heroku-postgresql:dev
 !    autoupdate in progress
 !    No app specified.
 !    Run this command from an app folder or specify which app to use with --app
 <app name>

Why I do everything as stated in the tutorial;?

I appreciate your answer

1 Answer 1

1

Ok got it!!! I thought to complicated!!! I had to create an app first;P

Sign up to request clarification or add additional context in comments.

1 Comment

maximus was right. Heroku is not like a normal machine that you can install a library and share it to everything. It's a per-app-based system.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.