Hi Carl,
There are a couple of steps you'll need to take to get an Administrator account.
1- The version that included the Admin changes (v2.1.0) was released on May 13. If you installed Greenlight after this day, you can just run: bundle exec rake admin:create
2- If your version of Greenlight is older than v2.1.0, then you'll need to pull the latest changes and resolve any conflicts that appear. You can pull the changes by doing the following:
- Merge them into your current branch
- Resolve any conflicts that appear
- Restart Greenlight (docker stop.., docker rm.., docker build.., docker run..)