Skip to content

boogiespook/osma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osma

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

Open Source Maturity Assessment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published