Skip to content

Commit

Permalink
sparrowdo installed for gitprep server
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Sep 25, 2017
1 parent 7e3e6fc commit 0f11261
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sparrowfile.install.pl6
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
task-run "install gitprep server", "gitprep";

package-install "git";

bash "cd ~/gitprep && ./gitprep", %(
user => "gitprep",
description => "run gitprep server"
);

http-ok %( port => 10020 );

0 comments on commit 0f11261

Please sign in to comment.