Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardrobecms/wardrobe-archived
A minimal blogging application
https://github.com/wardrobecms/wardrobe-archived
Last synced: about 1 month ago
JSON representation
A minimal blogging application
- Host: GitHub
- URL: https://github.com/wardrobecms/wardrobe-archived
- Owner: wardrobecms
- License: mit
- Archived: true
- Created: 2013-08-02T14:11:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T12:31:58.000Z (over 10 years ago)
- Last Synced: 2024-08-02T12:43:48.300Z (4 months ago)
- Language: PHP
- Homepage: http://wardrobecms.com/
- Size: 580 KB
- Stars: 706
- Watchers: 58
- Forks: 113
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - wardrobecms/wardrobe-archived - A minimal blogging application (others)
README
## Wardrobe
[![Latest Stable Version](https://poser.pugx.org/wardrobe/wardrobe/version.png)](https://packagist.org/packages/wardrobe/wardrobe) [![Total Downloads](https://poser.pugx.org/wardrobe/wardrobe/d/total.png)](https://packagist.org/packages/wardrobe/wardrobe)
Wardrobe is designed to be a very minimal blogging platform with the primary focus on writing. Currently it is a work in progress but you are free to give it a try. (Just be warned this alpha/beta quality). If you have any issues or ideas please report them.
![Wardobe](http://wardrobecms.com/media/wardrobe-air-large.png)
Requirements
---------------------------------------Wardrobe has a few system requirements:
- PHP >= 5.3.7
- MCrypt PHP Extension
- PDO compliant database (SQL, MySQL, PostgreSQL, SQLite)Installing Wardrobe
---------------------------------------Installing Wardrobe is now as simple as running `composer create-project wardrobe/wardrobe`.
After running this command, modify your `app/config/database.php` file with your database credentials and visit the site in your browser.In the browser you will be directed to the guided install process which will:
* Prepare your database for WardrobeCMS
* Help you create your first user
* Help you set your site title, theme, and page valuesUpgrading Wardrobe
---------------------------------------Run `composer update` then `php artisan wardrobe:migrate` to migrate any db tables.
Theming Wardrobe
---------------------------------------
By default, your theme files are located in `public/themes`.
You can modify these themes or create your own using the default themes as a guide.
The configuration for your themes is located in `app/config/packages/wardrobe/core/wardrobe.php` in the `theme` option.