Work in Progress - Project started Feb. 2019
Dopenote is a self-hosted note webapp. The first releases will be very basic, and improve over time.
Follow the progress via Milestones
This project is still a work in progress.
Feel free to contribute! Check out the issues labelled help wanted.
- PHP 7.1+
- Composer
- MySQL database
- Fork this repo (xy2z/dopenote)
- Git clone your fork
cdto the project- Run
composer install - Meanwhile, create a new database called
dopenote(collation:utf8mb4_unicode_ci) - Rename
.env.exampleto.env - Change the
DB_*configs in the.envfile - Run
php artisan migrate:fresh - Run
php artisan key:generate - Run
php artisan serve - See the site at http://127.0.0.1:8000
