Code Monkey home page Code Monkey logo

bagnialmare-vagrant's People

Contributors

flyingfrog81 avatar parruc avatar valnico avatar

bagnialmare-vagrant's Issues

git pull

Originally reported by: Marco Bartolini (Bitbucket: flyingfrog, GitHub: flyingfrog)


Solita questione legata a git, penso che il problema sia nel primo clone o push che viene fatto

#!bash
$ sudo salt-call state.highstate -l warning > state.log

[ERROR   ] Command 'git pull ' failed with return code: 1
[ERROR   ] stderr: From bitbucket.org:flyingfrog/4hm
 * [new branch]      geocode_import -> origin/geocode_import
 * [new branch]      master     -> origin/master
 * [new branch]      new_search -> origin/new_search
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream master origin/<branch>


Samba invece di SSHFS

Originally reported by: Matteo Parrucci (Bitbucket: parruc, GitHub: parruc)


Invece di montare le cartelle con sshfs che ci da problemi di portabilità e configurazione sarebbe quasi meglio, su interfaccia di rete dedicata vagrant e accessibile solo da VM, fare una share smb della cartella che ci serve.
as simple as:

  • Aggiungere samba ai pacchetti installati
  • Configurare smb.conf per fargli sharare la directory /var/www/ombrelloni.it con il nome ombrelloni
  • Aggiungere un utente samba con smbpasswd -a ombrelloni
  • Aggiungere al Vagrantfile la riga config.vm.network :private_network, ip: "192.168.50.4"
  • Montare la share \192.168.50.4\plone loggandosi come WORKGROUP\ombrelloni

Ovviamente tutte le modifiche a saltstack saranno da apportare solo in caso di configurazione "local"


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.