wget http://www.scala-lang.org/files/archive/scala-2.12.0.tgz tar xvf scala-2.12.0.tgz sudo mv scala-2.12.0 /usr/lib sudo ln -s /usr/lib/scala-2.12.0 /usr/lib/scala export PATH=$PATH:/usr/lib/scala/bin scala -version
Yearly Archives: 2016
3 posts
“I am sorry I have had to write you such a long letter, but I did not have time to write you a short one” Pascal, Blaise (1623 – 1662) – French philosopher and mathematician. At the age of 18 he invented the first calculating machine. So I wonder why […]
Solr 6 builds on the innovation of Solr 5 obviously. First of all – let’s take a look at what was done in Solr 5. There were improvements for “bin/solr” and “bin/post” – easy to startup Solr, add new documents, more APIs were introduced. The user interface was rewritten in […]