An open API service indexing awesome lists of open source software.

https://github.com/thiagoaugusto/linuxjobs

Job board for Linux Administrators.
https://github.com/thiagoaugusto/linuxjobs

jobsearch linux rails rails-tutorial ruby-on-rails

Last synced: 3 months ago
JSON representation

Job board for Linux Administrators.

Awesome Lists containing this project

README

        

# Linux Jobs

Yes, we love Linux community!
Job board for Linux Administrators.

## Clone the repository
```
git clone https://github.com/thiagoaugusto/linuxjobs.git
```

## Install dependencies
```
bundle install
```

## Create database
```
rake db:create
rake db:migrate
rake db:seed
```

## Run tests
```
rails test
```

## Run server
```
rails server
```