Git Product home page Git Product logo

Comments (9)

tansaku avatar tansaku commented on May 29, 2024

@diraulo found https://github.com/thoughtbot/laptop really helpful

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

Linux/Mac doesn't need VM, but windows do need a VM of some sort

from websiteone.

diraulo avatar diraulo commented on May 29, 2024

Linux version of the thoughtbot laptop script here https://github.com/diraulo/laptop-script . Last I used it, I was able to setup an ubuntu 14.04 box with it.

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

@dalupus I was just looking at https://c9.io/community/templates which talks about forking this repo to make a template: https://github.com/c9/templates

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

I thought I would just try a website install on c9 using a custom template and a direct clone of the WebSiteOne repo:

First issue - need to do rvm install ruby-2.2.2

tansaku:~/workspace (master) $ bundle
bash: bundle: command not found
tansaku:~/workspace (master) $ gem install bundle

bundler fails with

Command 'qmake ' not available

tried

sudo apt-get install qt5-default

failed and tried

sudo apt-get update

and then again with

sudo apt-get install qt5-default --fix-missing

Followed http://stackoverflow.com/questions/18699403/project-error-unknown-modules-in-qt-webkitwidgets to resolve Project ERROR: Unknown module(s) in QT: webkitwidgets with:

sudo apt-get install libqt5webkit5-dev

needed

sudo service postgresql start

from https://community.c9.io/t/setting-up-postgresql/1573

now stuck on

PG::ConnectionBad: FATAL:  Peer authentication failed for user "postgres"

solution probably in the following

http://stackoverflow.com/questions/26545746/cloud9-postgres

tried:

nano /etc/postgresql/9.3/main/pg_hba.conf to change connection mode to md5 as mentioned in above SO post, but that didn't work ...

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

@dalupus check out this: https://github.com/AgileVentures/LocalSupport/wiki/C9-install-notes

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

hmm, might this be solution to db access: https://github.com/Aerogami/guides/wiki/Cloud9-workspace-setup-with-Rails-and-Postgresql

from websiteone.

tansaku avatar tansaku commented on May 29, 2024

addressed by the new c9 install docs

from websiteone.

diraulo avatar diraulo commented on May 29, 2024

Closing this for now.

from websiteone.

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.