You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"property="dct:title">Backend Stuff</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">Francisco Quintero</span> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
3
+
<arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"property="dct:title">Backend Stuff</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">Francisco Quintero</span> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
Copy file name to clipboardexpand all lines: README.md
+5-11
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,22 @@
1
1
# Stuff for Backends
2
2
3
-
A collection of configuration scripts for Ubuntu servers. Most of the work present here works from Ubuntu 12.04.
3
+
A collection of configuration scripts for Ruby on Rails applications(mainly) hosted in Ubuntu servers. Most of the work present here should work for Ubuntu 12.04+ machines.
4
4
5
-
Scrips located in [dependencies](dependencies/) folder are meatn to work with [debian-based](https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based) distros:
6
-
7
-
- Ubuntu
8
-
- Linux Mint
9
-
- ElementaryOS
10
-
- Kubuntu
11
-
- Lubuntu
5
+
Scrips located in [dependencies](dependencies/) folder are meant to work with [debian-based Linux distros](https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based).
12
6
13
7
**Notice**
14
8
15
-
All scripts asume you're setting up an AWS Ubuntu EC2 instance. This means that the system user in all scripts is always _ubuntu_.
9
+
All scripts asume you're setting up an AWS Ubuntu EC2 instance. This means that the system user in all scripts is always _ubuntu_. Bear it in mind when applying these scripts to a different system user.
16
10
17
11
## Usage
18
12
19
-
Just run scripts with _sudo bash_ command:
13
+
Run scripts with _sudo bash_ command:
20
14
21
15
```bash
22
16
$ sudo bash ./dependencies/install_nginx.sh
23
17
```
24
18
25
-
Except `dependencies/install_rvm.sh` which SHOULD be run only with _bash_ command. Doing as super user, would install it under `/root` folder.
19
+
Except `dependencies/install_rvm.sh` which SHOULD be run only with _bash_ command. Doing as super user, would install RVM under `/root` folder.
0 commit comments