Skip to content

Commit

Permalink
added ubuntu instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffaloWill committed May 3, 2023
1 parent 6dbb5ea commit e4b6fff
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Blog Posts on the topic:

# Developer Build

OXML_XXE was re-written in Ruby using Sinatra, Bootstrap, and Slim. Installation should be easy with Docker:
OXML_XXE was re-written in Ruby using Sinatra, Bootstrap, and Slim.

## Docker

Expand All @@ -27,6 +27,24 @@ OXML_XXE was re-written in Ruby using Sinatra, Bootstrap, and Slim. Installation
1. Run `docker-compose up`
2. Browse to http://localhost:4567/ to get started.

## Ubuntu

Install dependencies:
```bash
apt-get install -y make git libsqlite3-dev libxslt-dev libxml2-dev zlib1g-dev gcc ruby2.7
```

Bundle install:
```bash
gem install bundler
bundle install
```

Start the service:
```bash
ruby server.rb
```

# Main Modes

**1. Build a File**
Expand Down

0 comments on commit e4b6fff

Please sign in to comment.