Skip to content

Commit f915f47

Browse files
committed
adds new development setup step for docker+nut
1 parent bd041a5 commit f915f47

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,28 @@ To setup this project locally for development purposes please follow the followi
2727

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

30-
That's it! :) Now you can have those pull requests rolling in! :D
30+
### Wrapped Local Development with Docker+Nut
31+
32+
To setup this project locally using Docker and Nut tools for development purposes, please follow the following steps:
33+
34+
1. Ensure you have Docker CE installed [See](https://docs.docker.com/install/)
35+
36+
2. Clone this repo by running the command - `git clone https://github.com/ifedapoolarewaju/igdm.git`
37+
38+
3. Navigate to the directory where the repo is cloned to. (e.g `cd igdm`)
3139

40+
4. Download Nut by running `curl -L https://github.com/matthieudelaro/nut/raw/manualbuild/release/linux/nut -o nut && chmod a+x nut`
41+
42+
4. Run `sudo mv nut /usr/local/bin/nut` to move the nut executable to you local binaries *optional step*
43+
If you choose not to execute this step, use the nut commands just by simply adding a `./` before `nut`
44+
45+
5. Start the wrapped application by running `nut run`
46+
47+
6. See your changes by running `nut reload`
48+
49+
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
50+
51+
That's it! :) Now you can have those pull requests rolling in! :D
3252

3353
## License
3454

nut

13.2 MB
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"dependencies": {
2727
"bluebird": "^3.5.0",
2828
"bootstrap": "^4.0.0",
29-
"bower": "^1.8.4",
3029
"electron-log": "^2.2.6",
3130
"electron-updater": "^2.20.2",
3231
"fb": "^2.0.0",

0 commit comments

Comments
 (0)