Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Identihub/Identihub


https://github.com/Identihub/Identihub

brand branding design logo styleguide ux

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        




Identihub


Waffle.io Columns and Card count


GNU AGPL v3
Build Status

Identihub is open Source brand and visual assets hosting software which can be self-hosted as well.

Support on Patreon

## Screenshot:

![SVG Assets](https://user-images.githubusercontent.com/5436686/38042573-079e8e54-32b5-11e8-9f7f-a899460684dd.png)

---

## Demos:

* [Identihub](https://demo.identihub.co/identihub)
* [Ura Design](https://demo.identihub.co/uradesign)
* [Firefox](https://demo.identihub.co/firefox)
* [The Tor Project](https://demo.identihub.co/tor-project)

---

## Installing
[(Installation guides are located in our wiki)](https://github.com/uracreative/identihub/wiki/Installation-Guide)

There are are several ways to install Identihub in various configurations:
* [Local Installation](https://github.com/Identihub/Identihub/wiki/Local-Installation-(from-source))
* [Production Deployment from source](https://github.com/uracreative/identihub/wiki/Installation-Guide-%28from-source%29)
* [Homestead](https://github.com/uracreative/identihub/wiki/Installation-guide-(homestead))

---

## Troubleshooting
### Homestead
* *I'm getting an error message upon deployment: "The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths."*

Run the following within your Vagrant box:

`php artisan key:generate`

`php artisan config:clear`

---

## Bug Reporting
To help identify and subsequently fix bugs faster, make sure to include some basic information in your report.

1. Expected Results (e.g. Successful User Login)
2. Actual Results (e.g. User Login Interrupted with Error Message...)
3. Browser (e.g. Mozilla Firefox) and Screen Resolution (e.g. 1920x1080)
4. Steps to Reproduce (e.g. Access Main Page, Hit Login, Fill In Login Form, Hit Submit Button)

---

## Contributing Code

Simply create a branch based on the `dev` branch, do your changes, and open it as a pull request. Ideally write tests for the feature or bugfix you propose.