blog
Version, currently 0.1.02 versions
- 0.2.0latestNov 4, 2016
- 0.1.0not indexedNov 4, 2016
github.com/kemalyst/blog-kemalyst
Blogging site built using Kemalyst
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
blog:
github: kemalyst/blog-kemalyst
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Blog using Crystal and Kemalyst
This is a sample application that shows how to build a crud application. This also provides an example of securing specific pages and leveraging the session to maintain authorization.
Installation
Create a pg database called blog and configure the config/database.yml
to provide the credentials to access the table.
Then:
shards update
crystal db/migrate.cr
Usage
To run the sample blog:
crystal build src/app.cr
./app
username: admin password: password
Docker and Docker Compose
The Docker scripts are compatible with Heroku Cedar Images.
You can skip the above and run:
docker-compose up -d
This will start an instance of postgres, migrate the database, run the specs, and launch the site at http://localhost:80
To view the logs:
docker-compose logs -f
Contributing
- Fork it ( https://github.com/[your-github-name]/kemalyst-blog/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [drujensen] dru.jensen - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Nov 4, 2016
- Commit
387f5ef109da- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/kemalyst/blog-kemalyst
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 2