# DotnetSpider.Enterprise **Repository Path**: MITVIP/DotnetSpider.Enterprise ## Basic Information - **Project Name**: DotnetSpider.Enterprise - **Description**: No description available - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DotnetSpider.Enterprise ### Comments + get ip: ifconfig | grep -E 'inet.[0-9]' | grep -v '127.0.0.1' | awk '{ print $2}' ### Agent **RUN:** dotnet DotnetSpider.Enterprise.Agent.dll **RUN DAEMON:** nohup dotnet DotnetSpider.Enterprise.Agent.dll --daemon &