Talk:Installation/Ubuntu/Trusty: Difference between revisions

From diaspora* project wiki
(Created page with "I'm getting an error following the instructions. Everything was going fine, but in the "Bundle" section I typed in this line: <pre> RAILS_ENV=production DB=postgres bin/bu...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== bin / bundle no such file or directory ==
I'm getting an error following the instructions.  
I'm getting an error following the instructions.  


Line 17: Line 21:
Any ideas what's happening here?  Thanks!
Any ideas what's happening here?  Thanks!


**Update**:
'''Update:'''


Ah I see, I somehow got out of my diaspora folder.. nevermind!
Ah I see, I somehow got out of my diaspora folder.. nevermind!
For those who come across this error, double check that you're in ~/diaspora!


[[User:Fireyafterthought|Fireyafterthought]] ([[User talk:Fireyafterthought|talk]]) 00:51, 28 December 2015 (UTC)
[[User:Fireyafterthought|Fireyafterthought]] ([[User talk:Fireyafterthought|talk]]) 00:51, 28 December 2015 (UTC)


----


I think it would be a good idea to have a more detailed explanation of the basic database setup. I am missing a hint, that you have to create the database
before you set the credentials in config/database.yml.
----
----

Latest revision as of 17:06, 12 September 2016

bin / bundle no such file or directory

I'm getting an error following the instructions.

Everything was going fine, but in the "Bundle" section I typed in this line:

RAILS_ENV=production DB=postgres  bin/bundle install --without test development

Which results in this error:

-bash: bin/bundle: No such file or directory

I'm using Ubuntu 15.04 on a Vultr Server.

Any ideas what's happening here? Thanks!

Update:

Ah I see, I somehow got out of my diaspora folder.. nevermind!

For those who come across this error, double check that you're in ~/diaspora!

Fireyafterthought (talk) 00:51, 28 December 2015 (UTC)


I think it would be a good idea to have a more detailed explanation of the basic database setup. I am missing a hint, that you have to create the database before you set the credentials in config/database.yml.