Skip to content

General

This is the forum for ideas or feedback.

8 results found

  1. 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  ·  Website  ·  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. 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)
  3. 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)
  4. 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)
  5. Login na máquina Vagrant

    Ao rodar o provy o mesmo pede a senha para o acesso ao servidor, o problema é que ele pede a senha do usuário local. Vejam:

    (testprovy)rafaelnovello@local src$ provy -s test


    Provisioning vagrant@33.33.33.33...


    [vagrant@33.33.33.33] Login password for 'rafaelnovello':

    Na verdade ele esta esperando a senha do usuário a ser acessado na máquina remota, no caso user e pass 'vagrant', mas ficou confuso pois ele pediu 'rafaelnovello'.

    Obrigado e um abraço!

    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  ·  Suggestion  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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)
  7. Provy looks good. Grocer's apostrophe warning...

    http://heynemann.github.com/provy/ has some grocer's apostrophes.

    Scan your "it's" and if they will not logically map to "it is" you should, with only a couple of odd exceptions, change them to "its".

    Otherwise looks nice!

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. The getting started session

    Just an observation about the getting started example, the BackEnd role, when I use the "self.update_file('website.py', '/home/frontend/website.py', owner='frontend')" this operation needs super-user permissions, here I had to add sudo=True to run this example, otherwise I get a "Permission denied" when I ran provy -s test

    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  ·  Core  ·  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