Skip to content

Commit

Permalink
Update readme (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr authored Feb 19, 2024
1 parent c48547b commit 5c891a5
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,31 @@ Improved time tracking for Redmine

## Prerequisites

* Ruby
* MySQL or PostgreSQL
* npm
- Ruby
- MySQL or PostgreSQL
- npm

## Development Setup

```sh
git clone https://github.com/redmine/redmine
cd redmine/plugins
git clone https://github.com/renuo/redmine_tracky
cd redmine_tracky
git clone -b 5.1-stable https://github.com/redmine/redmine
git clone https://github.com/renuo/redmine_tracky redmine/plugins/redmine_tracky
cd redmine/plugins/redmine_tracky

bin/setup
```

Optional: Adjust the database file (`../../config/database.yml`)
Optional: Adjust the [database file](../../config/database.yml)

## Production Setup

```sh
git clone https://github.com/renuo/redmine_tracky ./plugins/redmine_tracky/
git clone https://github.com/renuo/redmine_tracky plugins/redmine_tracky
cd plugins/redmine_tracky

rake build
cd ../..

RAILS_ENV=production rake redmine:plugins:redmine_tracky:install
```

Expand All @@ -34,11 +38,11 @@ Administration => Roles & Permissions

### Development

* Run: `rake run`
* Lint: `rake lint`
* Test: `rake test`
* Watch Assets: `rake watch`
- Run: `rake run`
- Lint: `rake lint`
- Test: `rake test`
- Watch Assets: `rake watch`

## Copyright

Copyright 2021-2023 [Renuo AG](https://www.renuo.ch/), published under the MIT license.
Copyright 2021-2024 [Renuo AG](https://www.renuo.ch/), published under the MIT license.

0 comments on commit 5c891a5

Please # to comment.