Skip to content

Commit c441754

Browse files
author
Alice Pintus
authored
Merge pull request arduino#110 from arduino/remove-autostart
Remove Autostart Doc
2 parents 1f05887 + 9f8cfea commit c441754

File tree

13 files changed

+40
-0
lines changed

13 files changed

+40
-0
lines changed

README.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
arduino-create-agent
22
====================
33

4+
## Installation
45
Get the latest version of the Agent for all supported platforms:
56

67
* [Windows](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer.exe)
@@ -11,6 +12,45 @@ arduino-create-agent is a fork of @johnlauer's serial-port-json-server (which we
1112

1213
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
1314

15+
## Disable Autostart
16+
17+
### Windows
18+
1. ![Type "Task Manager in the Windows Search Bar"](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/01.png)
19+
2. ![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/02.png)
20+
3. ![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/03.png)
21+
4. ![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/04.png)
22+
23+
### Mac OSX
24+
1. ![Open Finder, click on Go menu, select 'Go to Folder'](https://github.com/arduino/arduino-create-agent/master/images/mac/01.png)
25+
2. ![Type the directory containing the autolauncher file, change <username> with your Mac username, by default the directory is /Users/username/Library/LaunchAgents](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/mac/02.png)
26+
3. ![Select the ArduinoCreateAgent.plist file](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/mac/03.png)
27+
4. ![Right click on the file name and select 'Move to Trash'](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/mac/04.png)
28+
29+
---
30+
The command line way:
31+
```
32+
$ launchctl unload ~/Library/LaunchAgents/ArduinoCreateAgent.plist
33+
```
34+
35+
### Linux
36+
1. ![Show hidden files](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/01.png)
37+
2. ![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/02.png)
38+
3. ![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/03.png)
39+
4. ![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/04.png)
40+
41+
---
42+
The command line way:
43+
44+
Just remove the autostart file in your desktop manager, in Ubuntu is:
45+
```
46+
$ rm $HOME/.config/autostart/arduino-create-agent.desktop
47+
```
48+
To start manually the agent you can open the file at:
49+
```
50+
$ nohup $HOME/ArduinoCreateAgent-1.1/Arduino_Create_Bridge &
51+
```
52+
or in the location selected during the installation
53+
1454
# Contributing
1555

1656
Please use the current latest version:

images/linux/01.png

84.6 KB
Loading

images/linux/02.png

77.7 KB
Loading

images/linux/03.png

79.6 KB
Loading

images/linux/04.png

70.8 KB
Loading

images/mac/01.png

84.3 KB
Loading

images/mac/02.png

58.7 KB
Loading

images/mac/03.png

117 KB
Loading

images/mac/04.png

150 KB
Loading

images/windows/01.png

40.4 KB
Loading

images/windows/02.png

70.3 KB
Loading

images/windows/03.png

64.7 KB
Loading

images/windows/04.png

70.1 KB
Loading

0 commit comments

Comments
 (0)