Download
Date | Download | Size | Verification | Description |
---|---|---|---|---|
2014/03/01 | neard-1.0.2.zip | 249.89 MB | [MD5] [SHA1] [SHA256] [SHA512] | All modules are included |
Changelog
- Cannot switch to trace verbosity (#198)
- Apache PATH env mixed with LocalSystem env (#193)
- Dissociate Apache and SVN (#168)
- Use latest OpenSSL release to generate SSL certificate (#167)
- Forgetting Memcached switch version impl (#164)
- Port undefined error for MailHog service (#163)
- 30% CPU usage for 2 minutes while generating SSL certificate (#161)
- Can’t switch PostgreSQL version (#160)
- Bug while enable binary (#156)
- Add Ruby tool (#154)
- Add Python tool (#98)
- Add Perl, Vbs and Python CGI scripts examples
- Bug while setting version in neard.conf
- Downgrade default Filezilla release to 0.9.42 (XP compatibility)
- Implement enable on tools and apps
- Integration of Codacy and Travis
Changelog
- Replace launchStartup with enable for binaries (#153)
- Better way to manage modules (#153)
- Check if PHP Apache module is loaded (phpMyAdmin and phpPgAdmin aliases)
- Add memcached extension to php lib core (check service)
- Bug with LaunchStartupService option
- Bug on install service item menu (#152)
- Redundant check service installed
- libpq required for php lib core (PostgreSQL)
- Update Neard Visual C++ Redistributables Package (PostgreSQL)
- Add npmrc item in Node.js menu
- Add phpPgAdmin app
- Update about dialog
- Misspelled on WebSVN class
- Add PostgreSQL binary (#143)
- Update Adminer conf for PostgreSQL
- Change service displayName, description and startType after creation
- Do not remove service if not installed on exit
- Implement launch on startup for Memcached
- Launch on startup option for Mailhog not implemented (#149)
- Add phpMemAdmin application (#145)
- Add MailHog log menu item
- Add Memcached binary (#145)
- Bug with ASCII char on PHP 5.2
- sprintf bug on PHP 5.2
- E_DEPRECATED not defined on PHP 5.2
- Start and stop services icons reversed (#141)
Changelog
- Bug with homepage queries (#139)
- Add Administration button for FileZilla Server Interface (#138)
- Add download links for binaries / tools / apps on homepage
- Migrate from Notepad2 to Notepad2-mod
- Composer 1.1.2
- Git 2.9.0
- ImageMagick 6.9.3-10
- PHPUnit 4.8.26
- Adminer 4.2.5
- phpMyAdmin 4p3
- Webgrind 1.3.1
Changelog
- Fix error in Gitlist if no repositories (#15)
- Fix console won’t launch (#14)
- Fix wrong version displayed on splash screen (#13)
- Loading window when reload (#6)
- Display hosts on homepage (#5)
- Restart service when change port (#4)
- Fix Git console error (#3)
- Fix errors on Windows XP (#16, #17)
Upgrade from previous release
- required : Remove file
alias\svn.conf
- required : Copy folder
bin\svn
- required : Remove then copy folder
core
- required : Move folders inside
svnrepos
tobin\svn\svn1.7.19\repos
- required : Remove folder
svnrepos
- required : Copy folder
tools\python
- required : Copy folder
tools\ruby
- required : Remove folder
tools\svn
- required : Add line
pythonVersion = "2.7.12.3"
afterphpunitVersion
inneard.conf
- required : Add line
rubyVersion = "2.0.0.p648"
afterpythonVersion
inneard.conf
- required : Remove line
svnVersion
in the tools part inneard.conf
- required : Add line
svnVersion = "1.7.19"
aftermemcachedEnable
inneard.conf
- required : Add line
svnEnable = "1"
aftersvnVersion
inneard.conf
- required : Remove then copy file
sprites.dat
- required : Remove files
ssl\neardfilezilla.*
- required : Replace your existing Apache version with the latest Apache release.
- required : Replace your existing Filezilla version with the latest Filezilla release.
Upgrade from previous release
- required : Download and install the latests Neard Prerequisites Package
- required : Remove then copy folder
apps\adminer
- required : Copy folder
apps\phpmemadmin
- required : Copy folder
apps\phppgadmin
- required : Copy file
alias\phpmemadmin.conf
- required : Copy file
alias\phppgadmin.conf
- required : Copy file
alias\phpmyadmin.conf
- required : Copy folder
bin\memcached
- required : Copy folder
bin\postgresql
- required : Remove then copy folder
core
- required : Replace
apacheLaunchStartup
withapacheEnable
inneard.conf
- required : Replace
mysqlLaunchStartup
withmysqlEnable
inneard.conf
- required : Replace
mariadbLaunchStartup
withmariadbEnable
inneard.conf
- required : Replace
filezillaLaunchStartup
withfilezillaEnable
inneard.conf
- required : Replace
mailhogLaunchStartup
withmailhogEnable
inneard.conf
- required : Add line
phpEnable = "1"
afterphpVersion
inneard.conf
- required : Add line
nodejsEnable = "1"
afternodejsVersion
inneard.conf
- required : Add line
postgresqlVersion = "9.4.8"
aftermariadbEnable
inneard.conf
- required : Add line
postgresqlEnable = "1"
afterpostgresqlVersion
inneard.conf
- required : Add line
memcachedVersion = "1.4.5"
aftermailhogEnable
inneard.conf
- required : Add line
memcachedEnable = "1"
aftermemcachedVersion
inneard.conf
- required : Add line
phpmemadminVersion = "0.3.1"
aftergitlistVersion
inneard.conf
- required : Add line
phppgadminVersion = "5.2"
afterphpmyadminVersion
inneard.conf
Upgrade from previous release
- required : Remove then copy folder
bin\filezilla
(or download a compatible version of your choice) - required : Remove line starting with
notepad2Version =
inneard.conf
- required : Add line
notepad2modVersion = "4.2.25.980"
afterimagemagickVersion
inneard.conf
- required : Copy folder
tools\notepad2mod
- required : Remove folder
tools\notepad2
- required : Remove then copy folder
core
- required : Remove then copy file
sprites.dat
- optional : Change
composerVersion
value to1.1.2
inneard.conf
and copy foldertools\composer\composer1.1.2
- optional : Change
gitVersion
value to2.9.0
inneard.conf
and copy foldertools\git\git2.9.0
- optional : Change
imagemagickVersion
value to6.9.3-10
inneard.conf
and copy foldertools\imagemagick\imagemagick6.9.3-10
- optional : Change
phpunitVersion
value to4.8.26
inneard.conf
and copy foldertools\phpunit\phpunit4.8.26
- optional : Change
adminerVersion
value to4.2.5
inneard.conf
and copy folderapps\adminer\adminer4.2.5
- optional : Change
phpmyadminVersion
value to4p3
inneard.conf
and copy folderapps\phpmyadmin\phpmyadmin4p3
- optional : Change
webgrindVersion
value to1.3.1
inneard.conf
and copy folderapps\webgrind\webgrind1.3.1