Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Installation (the long way) #186

Closed
SergiosLen opened this issue Sep 25, 2015 · 3 comments
Closed

Manual Installation (the long way) #186

SergiosLen opened this issue Sep 25, 2015 · 3 comments

Comments

@SergiosLen
Copy link

I have done the install in my Ubuntu 14.04 laptop and I had those problems:

Until 8 no problem at first but:

  1. Run bundle install to get the gems <== I had to install bundle gem install bundle
  2. Run bower install to get the javascript dependencies <== I had to install bower and to do so
  • $ npm config set prefix /usr/local
  • $ npm install -g bower

I followed this http://stackoverflow.com/questions/12369390/bower-command-not-found

And then on 11 I found out that I had problems with postgresql.
I figured out that I had to stop the server through

  • sudo sysv-rc-conf <== The only way I was able to do it

    then uninstall everything

  • sudo apt-get --purge remove postgresql*

and finaly fresh install

  • sudo apt-get install postgresql

After that everything worked fine.
I don't know if that is usefull to someone else.

@johnnymo87
Copy link
Member

Do you happen to still have the error messages for postgresql that prompted you to do this re-install?

@SergiosLen
Copy link
Author

No everything is ok after that. It seems that Ubuntu comes with an installation of postgresql and that was the problem.
(Sorry for the late respond I was out the weekend)

@enkanba
Copy link
Contributor

enkanba commented Jan 22, 2017

Was installing lately in Ubuntu 16.04. for npm to run I had to do the following:
ln -s /usr/bin/nodejs /usr/bin/node

@tansaku tansaku closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants