GithubHelp home page GithubHelp logo

nusharp's Introduction

Nusharp

A (very) simple nuget c# nuget server, using Nancy and running under Mono.

#Installation

sudo adduser --disabled-login --gecos 'Nusharp' nusharp
cd /home/nusharp
sudo -u nusharp -H git clone https://github.com/willemda/Nusharp.git
sudo mkdir /opt/nusharp #nusharp will be installed here
sudo mkdir /var/nusharp/packages #packages store
sudo chown nusharp /opt/nusharp
sudo chown nusharp /var/nusharp/packages
sudo -u nusharp xbuild /property:OutputPath='/opt/nusharp'
sudo -u nusharp vim /opt/nusharp/Nusharp.SelfHost.exe.config #edit config, see below

Change the config to match your setup

<add key="packageRepositoryPath" value="/var/nusharp/packages"/> /*package store*/
<add key="port" value="80"/> /*local port to bind*/
<add key="uri" value="http://mynugetserver.mydomain.com"/> /*external uri*/
<add key="username" value="Nusharp"/> /*basic auth, leave empty to disable basic auth*/
<add key="password" value="D64767AA-CCC2-43C9-BA99-F39247963628"/> /*basic auth passw*/
sudo apt-get install supervisor
sudo vim /etc/supervisor/conf.d/nusharp

Make sure to edit the config file to match your setup:

[program:nusharp]
command=/opt/mono/bin/mono Nusharp.SelfHost.exe -d
user=nusharp
stderr_logfile = /var/log/supervisor/nusharp-err.log
stdout_logfile = /var/log/supervisor/nusharp-stdout.log
directory=/opt/nusharp

#Other Nuget Server Projects

https://github.com/kendarorg/PhpNuget

nusharp's People

Contributors

willemda avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nusharp's Issues

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.