Skip to content
forked from boogiespook/osma2

Version 2 of the Open Source Maturity Assessment

License

Notifications You must be signed in to change notification settings

StingRayZA/osma2

 
 

Repository files navigation

osma2

Create the MySQL/MariaDB database using database.sql and create a user:

# mysql -u -p osma < database.sql

MariaDB [osma]> INSERT INTO users (id, email, password, name, uuid, lastUpdate) VALUES (NULL, 'test@asd.com', MD5('password'), 'Test User', '', current_timestamp())

Registration uses a CAPTCHA to authenticate users. Setup an API key from: http://www.phpcaptcha.org

About

Version 2 of the Open Source Maturity Assessment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.4%
  • Roff 37.2%
  • PHP 19.4%
  • CSS 4.3%
  • HTML 0.7%