Skip to content

Commit

Permalink
Readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Baterka committed Apr 17, 2018
1 parent d287676 commit 80898e5
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# CSGOHunt.com - Copy

Almost iodentical copy of [CSGOHunt.com](https://www.csgohunt.com/). Full NodeJS project.

### Powered by

* [Node.js](http://nodejs.org)
* [MariaDB](https://mariadb.org/)

### Installation

Requires [Node.js](https://nodejs.org/) 8+ and [MariaDB](https://mariadb.org/) 10.2+ database to run.

Install the dependencies:

```sh
$ npm install
```

Rename [config.index.js](https://github.com/Baterka/CSGOHunt.com-Copy/blob/master/config/index.example.js) file to index.js and fill all required data.

Start website:

```sh
$ node bin/www
```

Start servers:

```sh
$ node servers/[jackpot|coinflip|chat].js
```

Start bots:

```sh
$ node bot/[jackpot|coinflip].js
```

I recommend using [pm2](https://github.com/Unitech/pm2) for managing bot.

### Todos
- Code revision
- Testing
- Rewrite to Non-relational database (MongoDB)
4 changes: 4 additions & 0 deletions bot/logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit 80898e5

Please sign in to comment.