Third meetup of Sitecore Community Poland – 21 October 2016

On 21 October 2016 in Wroclaw we are going to meet again on Sitecore Community Poland meetup. We are going to talk about very unique topics:

  • Artificial intelligence in Sitecore (Una Verhoeven)
  • AWS (Amazon Web Services) with Sitecore (Robert Senktas)
  • SPEAK (Łukasz Skowroński – ups, it’s me)

More details you can find on the event page:

You have to be there with us!

Reserve your free ticket here: http://bit.ly/SitecoreCommunity3rd

Check the summary (with photos & videos) of our previous meeting: here.

 

Sitecore Community Poland – summary of second offline meetup

Second meeting of Sitecore Community in Poland was a great success. We had speakers and visitors from different companies and we actually spent some time on networking – what was even more cool.

It was also the first one (and probably the last one) meetup with live streaming – we want to see all of you there with us.

You can check how good fun we had on:

If you want to join to our community, here you are able to find more information:

See you soon!

npm install failed because of git connection issue?

If after running of command “npm install” you have an error similar to:

npm ERR! git clone git://github.com/xxxxx fatal: unable to connect to github.com

it is possible that you have an issue with “git” protocol.

Try to change the settings of git to force it to use “https” instead of “git”. To do this, run the following command in git bash:

git config --local url."https://".insteadOf git://

After that you can try to run “npm install” again.