Project setup files.
This commit is contained in:
parent
9f4f6d5b85
commit
d4e5973b49
5
.gitignore
vendored
5
.gitignore
vendored
@ -7,6 +7,11 @@ lib-cov
|
||||
*.pid
|
||||
*.gz
|
||||
|
||||
/.settings
|
||||
/.buildpath
|
||||
/.project
|
||||
/.README.md.html
|
||||
|
||||
pids
|
||||
logs
|
||||
results
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013
|
||||
Copyright (c) 2013 Olivier Bagot
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
20
README.md
20
README.md
@ -1,4 +1,18 @@
|
||||
openkarotz-emulator
|
||||
===================
|
||||
## OpenKarotz Emulator ##
|
||||
|
||||
HTTP server written in Node.js to emulate OpenKarotz
|
||||
### Description ###
|
||||
|
||||
HTTP server written in Node.js to emulate OpenKarotz.
|
||||
|
||||
Current version is 0.1.0.
|
||||
|
||||
OpenKarotz can be found [here](http://openkarotz.filippi.org/).
|
||||
|
||||
### Usage ###
|
||||
|
||||
Install [Node.js](http://nodejs.org/).
|
||||
|
||||
Run:
|
||||
```
|
||||
node .
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user