https://github.com/themarlboroman/notes
php powered notes webapp
https://github.com/themarlboroman/notes
notes php webapp
Last synced: 15 days ago
JSON representation
php powered notes webapp
- Host: GitHub
- URL: https://github.com/themarlboroman/notes
- Owner: TheMarlboroMan
- License: unlicense
- Created: 2021-12-03T19:23:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T14:42:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T22:21:41.330Z (over 1 year ago)
- Topics: notes, php, webapp
- Language: PHP
- Homepage:
- Size: 940 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# notes
## install
- setup the dependencies (private/src/external/get.sh)
- dump the whole project into your web hosting.
- delete README.md, .gitignore and .git if needed.
- create a database, note the host username and pass.
- dump the private/data/db.txt file into your database.
- copy instance/conf/config.dist.json into instance/conf/config.json
- setup config.json as needed.
## directory structure
- public: public files (login)
- private: private files, controllers, dependencies...
- instance: whatever it is that is specific to your install (configuration, logs...)
## on licensing and dependencies
This project is meant to be put in the public domain. All dependencies are myself and use the MIT license. If something looks off, drop me a line.