Requirements
- Windows 7 or later.
- WSH (Windows Script Host) : Open a command prompt and type
wscript
to check. - SETX : Open a command prompt and type
setx /?
to check. - BeAdmin user.
- Download and install the latestNeard Prerequisites Package.
Download
Modules
Neard offers several versions of the various binaries, applications and tools for download :
Download modules
Apache, PHP, MySQL, Node.js, Git, Adminer, Perl, Python, etc.
Installation
Use a file archiver that supports7z format like7zip and extract the archive where you want.
It is highly recommended that the path to Nearddoes not contains any whitespaces. This can cause problem on some modules.
Configuration
Before starting Neard, edit the configuration fileneard.conf
:
- lang - Language (see
neard\core\langs
folder for a complete list). Default :english
- timezone - The default timezone used by all date/time functions. Default :
"Europe/Paris"
- notepad - The editor while opening files. Default :
"notepad.exe"
- logsVerbose - Control the log output verbose (0=simple, 1=report, 2=debug, 3=trace). Default :
0
- scriptsTimeout - The default timeout when VBS/Batch are executed. May vary depending on your system. Default :
120
Usage
Launchneard.exe
.
Upgrade
All instructions to upgrade from a previous release are added in theUpgrade notes page.