Gallery

blackjumbodog-core
BlackJumboDog .NET Core Packages
BlackJumboDog
Build Status
Status | |
---|---|
MyGet pack | |
Packages |
Test Status
Future
- shift-jis be abolished. to utf-8.
- *.ini be abolished. to json.
- WebUI
Requirement
- CGI - perl
Issues
- CGI not supported other than Windows
TargetFramework
- NETStandard.Library 1.6.1
- Microsoft.NETCore.App 1.1.0
- Microsoft .NET Core SDK 1.1
- Microsoft .NET Core SDK 1.0.1 VS 2015 Tooling Preview2
Deployments
- Windows10
- Ubuntu (14.04)
- Docker
- osx
Shell on Ubuntu
git clone https://github.com/darkcrash/bjd5.git
cd bjd5
dotnet restore
cd Bjd.CoreCLR
dotnet run
Command Options
It's possible to choose only one.
--interactive (defualt)
interactive, using standard input and standard output. It's checked only by Windows.
--console
standard output log. for docker.
--service
standard output null.
Example --console
dotnet run --console
dotnet Bjd.CoreCLR.dll --console
Example --service
dotnet run --service
dotnet Bjd.CoreCLR.dll --service
Example --interactive
dotnet run
dotnet Bjd.CoreCLR.dll
dotnet run --interactive
dotnet Bjd.CoreCLR.dll --interactive
Default Directory (dotnet publish)
publish
|--logs
| |-dummy.txt
|
|--mailbox
| |-user
|
|--MailQueue
| |-dummy.txt
|
|--ProxyHttpCache
| |-dummy.txt
|
|--Tftp
| |-sample.txt
|
|--wwwroot
| |-index.html
| |-env.cgi
|
|-example.pfx
|-named.ca
|-Option.def
|-Option.ini
|-Bjd.*.dll
|
|--runtimes
|--linux
|--osx.10.10
|--unix
|--win7
Docker Hub
darkcrash/blackjumbodog-dotnet-core
TAG
darkcrash/blackjumbodog-dotnet-core:latest-run
dotnet restore
dotnet run --console
darkcrash/blackjumbodog-dotnet-core:latest
dotnet publish -c Relaese