https://github.com/chloerei/writings
[Closed] Source code of writings.io
https://github.com/chloerei/writings
Last synced: 12 days ago
JSON representation
[Closed] Source code of writings.io
- Host: GitHub
- URL: https://github.com/chloerei/writings
- Owner: chloerei
- License: mit
- Created: 2013-09-27T14:48:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T07:29:43.000Z (24 days ago)
- Last Synced: 2025-04-03T18:13:43.838Z (21 days ago)
- Language: Ruby
- Homepage: http://chloerei.com/writings/
- Size: 4.12 MB
- Stars: 940
- Watchers: 88
- Forks: 311
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - writings.io - Source code of writings.io. 🔥 🚀 (Happy Exploring 🤘)
README
# Writings
Source code of writings.io.
writings.io had been closed on 2013-12-31, and this project will no longer be maintained.

## Introduction
Writings is a multi-user blogging platform. It provides a concise dashboard and an online WYSIWYG editor.
The project is based on Rails 4.0 and Ruby 2.0, and it requires the following components:
- Mongodb for database.
- Memcached for caching.
- Redis && Sidekiq for delay jobs.
- Pandoc for markdown export.## Installation
- [Ubuntu 12.04 (recommend)](doc/INSTALL-ubuntu.md)
## License
The MIT License.