⬆️ ⬇️

Another open source analogue of Github

At this point in time, there are the following github alternatives:



In this list, I would like to add my application. Maybe it is still useful to someone. What is inside?





I can boast that it is easier to put than competitors (which is on linux, which is on windows, provided that Mongo is available):

$ git clone git://github.com/btd/luna.git $ cd luna $ sbt package $ mkdir $JETTY_HOME/repo (     ) $ mv ./target/scala-2.9.1.final/.war $JETTY_HOME/webapps/ 


Honestly, I can not boast that everything works perfectly - there are bugs, I try to fix it as I find it.

Now my application can do the following things:



Profit for me:






Links and clarifications:



')

Source: https://habr.com/ru/post/133306/



All Articles