Skip to content

Commit

Permalink
adds new development setup step for docker+nut
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Apr 1, 2018
1 parent bd041a5 commit f915f47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,28 @@ To setup this project locally for development purposes please follow the followi

5. Start the application locally by running `npm start`

That's it! :) Now you can have those pull requests rolling in! :D
### Wrapped Local Development with Docker+Nut

To setup this project locally using Docker and Nut tools for development purposes, please follow the following steps:

1. Ensure you have Docker CE installed [See](https://docs.docker.com/install/)

2. Clone this repo by running the command - `git clone https://github.com/ifedapoolarewaju/igdm.git`

3. Navigate to the directory where the repo is cloned to. (e.g `cd igdm`)

4. Download Nut by running `curl -L https://github.com/matthieudelaro/nut/raw/manualbuild/release/linux/nut -o nut && chmod a+x nut`

4. Run `sudo mv nut /usr/local/bin/nut` to move the nut executable to you local binaries *optional step*
If you choose not to execute this step, use the nut commands just by simply adding a `./` before `nut`

5. Start the wrapped application by running `nut run`

6. See your changes by running `nut reload`

If you haven't done the Docker [post-installation step](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) just add `sudo` to the nut commands

That's it! :) Now you can have those pull requests rolling in! :D

## License

Expand Down
Binary file added nut
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"dependencies": {
"bluebird": "^3.5.0",
"bootstrap": "^4.0.0",
"bower": "^1.8.4",
"electron-log": "^2.2.6",
"electron-updater": "^2.20.2",
"fb": "^2.0.0",
Expand Down

0 comments on commit f915f47

Please sign in to comment.