This is a project nearly every Webdeveloper does from time to time - writing a blog or cms from scratch using the programming language he or she wants to learn. So do I, and I invite everybody to take part in this compound js, bootstrap 3 thing.
To install and run it yourself:
- run
git clone https://github.com/honky/compound-blogto clone the repository - run
cd compound-blogto change to the considered dir - run
npm install -lto install required modules (see a list at package.json) - run
sudo npm install compound -gto use the compound framework - run
compound db updateto create the sqlite database tables - run
compound seedto seed the sqlite database with sample data - to run the server in debug mode use:
compound server 8888 - open a browser
localhost:8888and tryuserandpasswordas credentials to login the system - ???
- Profit!
The system is in development, sadly far from done.
- MVC + H with user and admin divided namespaces
- multilanguage support by yml files
- npm tests
- Full usage of juggling db - no 'exceptions'
- Session management (currently)
- Bootstrap
- Markdown / including editor
- a lot of things
Please use the feature branch < development branch < master branch model. see deployBranch.sh
For developing, and seeing the latest features, use the development branch, and branch of for your feature. After submitting working code, merge feature branch and development.
- Posts imagine blog posts
- Pages more static, but still from db, might need additional files, like pictures, gallerys etc
- Comments - development only can be on pages, posts or whatever
- Tags - development only
- Categories - development only
Let Nyan fly at ./run_tests.sh
Please feel free to contact me, I would really enjoy programming this with somebody else.
see license file, please consider that modules might be licensed differently.