Skip to content

General

This is the forum for ideas or feedback.

4 results found

  1. alteração no nginx.conf

    seguindo o tutorial da documentação oficial em curl http://33.33.33.33 obtive um acesso sem resposta, alterei o nginx.conf server listen 8888 para 80 e funcionou perfeitamente, uso ubuntu 13.04 com box precise64. Tive que alterar o Vagranfile por conta da versão, vou checar se tem issues para isso e mando uma correção lá.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Docs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Ajuste na configuração do Vagrant

    Seguindo o tutorial tive problemas com a configuração do vagrant, o script que consegui rodar foi:

    Vagrant::Config.run do |config|

    config.vm.define "frontend" do |inner_config|
        inner_config.vm.box = "base"
        inner_config.vm.forward_port(80, 8080)
        inner_config.vm.network :hostonly,"33.33.33.33"
    end
    
    config.vm.define :backend do |inner_config|
        inner_config.vm.box = "base"
        inner_config.vm.forward_port(80, 8081)
        inner_config.vm.network :hostonly,"33.33.33.34"
    end
    

    end

    Não sei se é uma questão de ambiente, mas apenas assim consegui levantar as vm's.

    Um abraço e parabéns pelo trabalho!!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Docs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Ajuste na configuração do SupervisorRole

    O SupervisorRole não tem mais um atributo logfile, ele tem apenas um logfolder.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Docs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. update docs about installing swig on OSX

    homebrew has a formula built-in for swig.
    It's even newer than the one you provide with a direct link. Is there any specific reason not to use to original one from homebrew?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Docs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base