https://github.com/roxasshadow/dafuq
A simple board in development.
https://github.com/roxasshadow/dafuq
Last synced: over 1 year ago
JSON representation
A simple board in development.
- Host: GitHub
- URL: https://github.com/roxasshadow/dafuq
- Owner: RoxasShadow
- License: gpl-3.0
- Created: 2012-05-08T16:51:34.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T11:22:25.000Z (about 14 years ago)
- Last Synced: 2025-02-08T02:45:32.489Z (over 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple social network in development.
```
sudo gem install thin
sudo gem install bundler
git clone https://github.com/RoxasShadow/Dafuq
cd Dafuq
bundle install # may be necessary to install some libraries with your package manager, such as libxslt-dev and libxml2-dev
thin -R config.ru -p 4567 start # http://localhost:4567
```
In order to have a documentation about the public APIs execute the follow commands.
```
sudo gem install rdoc-sinatra
rdoc app/controllers/*
cd doc
```