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

Some notes from attempting install script #144

Open
johnnymo87 opened this issue Dec 9, 2013 · 1 comment
Open

Some notes from attempting install script #144

johnnymo87 opened this issue Dec 9, 2013 · 1 comment

Comments

@johnnymo87
Copy link
Contributor

This is from a clean install of Ubuntu 12.04 ...

  • sudo apt-get update && sudo apt-get upgrade
  • sudo apt-get git
  • Setup GPG key

Script needs more preconditions listed?

  • script needs ruby
  • more rvm configuration before bundle install?
    • Terminal > Profile Preferences > Run command as login shell
    • rvm gemset create LocalSupport / rvm gemset use LocalSupport
    • echo 'rvm 1.9.3-p484@LocalSupport' > .rvmrc
  • edit to /etc/postgresql/9.1/main/pg_hba.conf didn't seem to take
  • can edit to /etc/postgresql/9.1/main/pg_ident.conf be made to reflect username?
  • need db:migrate after db:create
tansaku referenced this issue in johnnymo87/LocalSupport May 2, 2015
@nariekalo
Copy link

Use Gedit as root briefly to save edit to /etc/postgresql/9.1/main/pg_hba.conf.
sudo gedit.

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

2 participants