Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grena/gruik
Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT]
https://github.com/grena/gruik
Last synced: 10 days ago
JSON representation
Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT]
- Host: GitHub
- URL: https://github.com/grena/gruik
- Owner: grena
- License: mit
- Archived: true
- Created: 2014-04-24T11:57:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T12:23:38.000Z (over 8 years ago)
- Last Synced: 2024-04-17T05:22:42.877Z (7 months ago)
- Language: PHP
- Homepage: http://gruik.io
- Size: 6.48 MB
- Stars: 323
- Watchers: 20
- Forks: 37
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-opensource-apps - Gruik - source markdown note-taking web app | [http://gruik.io](http://gruik.io) | (Laravel)
- awesome-starred - grena/gruik - Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT] (others)
README
## What is Gruik ?
It's a free & open-source **note-taking service**. A space where you can store notes, tutorials, code snippets... by writing them in markdown and then keep them private or public.
![Gruik preview](http://gruik.io/img/screen2.png)
## How to install ?
__For now, Gruik is under hard development with regular breaking changes !__But if you want to try it :
* Clone this repo
* Make sure to have a database that Laravel framework supports, and edit `app/config/local/database.php` file.
* `composer install && bower install && php artisan migrate --seed && php artisan serve`
* Go to [http://localhost:8000](http://localhost:8000) and login with [[email protected] : test]## Technologies, libs & design
#### Technos
* PHP 5.5+
* Laravel Framework
* AngularJS#### Libs
Well, the best way to look for libs we use is to search in the [composer file](https://github.com/grena/gruik/blob/master/composer.json), and the [bower file](https://github.com/grena/gruik/blob/master/bower.json).#### Design & Logo
Design template is the free MIT licensed [template AdminLTE](https://github.com/almasaeed2010/AdminLTE), and the awesome and sweet logo has been designed by [MyleneLa](http://www.mylenela.fr).## License
The Gruik App is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)