Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Identihub/Identihub
https://github.com/Identihub/Identihub
brand branding design logo styleguide ux
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Identihub/Identihub
- Owner: Identihub
- License: agpl-3.0
- Created: 2017-10-03T08:55:20.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-06T23:16:09.000Z (about 2 years ago)
- Last Synced: 2024-08-02T12:43:43.111Z (3 months ago)
- Topics: brand, branding, design, logo, styleguide, ux
- Language: PHP
- Homepage:
- Size: 4.2 MB
- Stars: 79
- Watchers: 13
- Forks: 25
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - Identihub/Identihub - (design)
README
Identihub is open Source brand and visual assets hosting software which can be self-hosted as well.
## 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.