mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-11-21 10:13:00 +00:00
Updated documentation
This commit is contained in:
14
INSTALL
14
INSTALL
@ -16,10 +16,6 @@ Run:
|
||||
# sudo apt-get install mysql-server (only for hosting)
|
||||
# sudo apt-get install ntp (use updated versions)
|
||||
|
||||
Make sure all libraries is present. Use either libraries included
|
||||
with distribution, precompiled libraries in libbin, or build using
|
||||
instructions in lib.
|
||||
|
||||
Build and install ntpa with:
|
||||
# make install-linux
|
||||
|
||||
@ -30,11 +26,8 @@ Windows
|
||||
Download a copy of ntpq. An excellent NTP distribution is available from:
|
||||
https://www.meinbergglobal.com/english/sw/ntp.htm
|
||||
|
||||
Make sure .NET is installed and the required MySQL Server is accessible.
|
||||
Download and install MySQL if needed.
|
||||
|
||||
Make sure MySql, Npqsql and NPlot is present. Use either nuget, precompiled
|
||||
libraries in libbin, or build your own using instructions in lib.
|
||||
Make sure the required database is accessible. Download and install MySQL
|
||||
if needed.
|
||||
|
||||
|
||||
Usage
|
||||
@ -54,9 +47,6 @@ To start ntpa use:
|
||||
|
||||
Look in the log file for errors and other clues when debugging.
|
||||
|
||||
To stop ntpa use kill. Find the process id in the log file.
|
||||
# kill 72354
|
||||
|
||||
To start ntpa in daemon mode:
|
||||
# ntpa --config /etc/ntpa.conf &
|
||||
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
all:
|
||||
xbuild src/Npgsql/Npgsql.csproj /p:Configuration=Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=../../Npgsql.snk
|
||||
|
||||
install: all
|
||||
gacutil -i src/Npgsql/bin/Release/Npgsql.dll
|
||||
|
||||
deinstall:
|
||||
gacutil -u Npgsql
|
||||
|
||||
clean:
|
||||
xbuild src/Npgsql/Npgsql.csproj /t:clean
|
||||
@ -1,5 +0,0 @@
|
||||
Download from:
|
||||
http://dev.mysql.com/get/Downloads/Connector-Net/mysql-connector-net-6.9.9-noinstall.zip
|
||||
|
||||
Build from:
|
||||
https://github.com/mysql/mysql-connector-net/archive/6.9.9.tar.gz
|
||||
@ -1,5 +0,0 @@
|
||||
Download from:
|
||||
https://bitbucket.org/anguist/nplot/get/0.9.10.1.tar.gz
|
||||
|
||||
Install with:
|
||||
make install
|
||||
@ -1,5 +0,0 @@
|
||||
Download from:
|
||||
https://github.com/npgsql/npgsql/archive/v3.1.6.tar.gz
|
||||
|
||||
Install with:
|
||||
Make -f Makefile.npgsql
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Analyzer.Data
|
||||
Description: Ntp.Analyzer.Data
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Analyzer.Data.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Analyzer.Import
|
||||
Description: Ntp.Analyzer.Import
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Analyzer.Import.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Analyzer.Objects
|
||||
Description: Ntp.Analyzer.Objects
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Analyzer.Objects.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Analyzer
|
||||
Description: Ntp.Analyzer
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Analyzer.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Analyzer.Process
|
||||
Description: Ntp.Analyzer.Process
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Analyzer.Process.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Common
|
||||
Description: Ntp.Common
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Common.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Data
|
||||
Description: Ntp.Data
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Data.dll
|
||||
@ -1,6 +0,0 @@
|
||||
Name: Ntp.Data.Provider
|
||||
Description: Ntp.Data.Provider
|
||||
Version: 0.7.0
|
||||
|
||||
Requires:
|
||||
Libs: -r:./Ntp.Data.Provider.dll
|
||||
Reference in New Issue
Block a user