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.
- Host: GitHub
- URL: https://github.com/thiagoaugusto/linuxjobs
- Owner: thiagoaugusto
- Created: 2018-08-13T17:34:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T23:27:06.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T13:52:58.882Z (4 months ago)
- Topics: jobsearch, linux, rails, rails-tutorial, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```