Skip to content

EugeniaRadulescu/nidb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nidb

NeuroInformatics Database

This is a unified repository for the NiDB project. It is composed of three main sections:

  • programs - the behind the scenes programs and scripts that make things happen without the user seeing it. Usually copied to /nidb/programs
  • web - the website that the user interacts with. Usually copied to /var/www/html
  • setup - setup script and SQL schema files
  • documentation - Word documents for usage and administration

To install on CentOS 7, type the following on the command line as root, and follow the instructions:
> svn export http://github.com/gbook/nidb/trunk/setup/setup-centos7.sh .
> chmod 777 setup-centos7.sh
> ./setup-centos7.sh

After setup, go to http://localhost/ and login with admin/password. Change the default password immediately after logging in!

Visit the NiDB forums for more support.

About

NeuroInformatics Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 34.1%
  • HTML 28.3%
  • JavaScript 21.9%
  • Perl 9.9%
  • CSS 3.1%
  • Shell 1.3%
  • Other 1.4%