# eclipse.org

## Getting Started

Make sure you have docker and docker-compose installed before getting started.

To build or rebuild this project from scratch (Use with caution if you are already working on something as you may lose data):

```bash
make clean-install # This will delete your mariadb volume and source code.
```

To resume a dev instance:

```bash
make start-dev
```

## Known issue

1. With the packaging site, you need to set the base path in the www/eclipse.org-downloads-packages/.htaccess file for the site to be functionnal:

```
RewriteBase /downloads/packages
```

@todo: Create a git patch to ensure this is done automatically at build time.