Akkounts
This app allows Kosmos/LDAP users to manage their accounts, including credentials, invites, donations, etc..
Development
Rails app
Installing dependencies:
bundle install
yarn install
Setting up local database (SQLite):
bundle exec rails db:create
bundle exec rails db:migrate
Running the dev server and auto-building CSS files on change:
bin/dev
Running the background workers (requires Redis):
bundle exec sidekiq -C config/sidekiq.yml
Running all specs:
bundle exec rspec
LDAP server
TODO make it easy to run a local Kosmos LDAP server for development, without manual LDIF imports etc. (or provide a staging instance)
Documentation
Front-end
Testing
LDAP / Auth
Asynchronous jobs/workers
License
								0.10.0
								
	Latest
							
						
					Languages
				
				
								
								
									Ruby
								
								53.6%
							
						
							
								
								
									HTML
								
								42.8%
							
						
							
								
								
									JavaScript
								
								1.9%
							
						
							
								
								
									CSS
								
								0.9%
							
						
							
								
								
									TypeScript
								
								0.6%
							
						
							
								
								
									Other
								
								0.1%