Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BafS/wikir
A humble phoenix wiki based on markdown [beta]
https://github.com/BafS/wikir
elixir phoenix wiki
Last synced: about 1 month ago
JSON representation
A humble phoenix wiki based on markdown [beta]
- Host: GitHub
- URL: https://github.com/BafS/wikir
- Owner: BafS
- Created: 2016-05-22T09:00:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T21:07:56.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:21:54.171Z (4 months ago)
- Topics: elixir, phoenix, wiki
- Language: Elixir
- Homepage:
- Size: 112 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - BafS/wikir - A humble phoenix wiki based on markdown [beta] (elixir)
README
# Wikir
![Wikir screenshot](http://i.imgur.com/CSDwR8o.png)
To start your Phoenix app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Dev
You can seed the database with `mix run priv/repo/seeds.exs`