-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (20 loc) · 682 Bytes
/
README
File metadata and controls
35 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Base Camp
It is server setting scripts at OxygenComputing Inc.
== Debian
* install rbenv
$ bash < <(curl "https://raw.github.com/eunchul/basecamp/master/debian/setup_rbenv.sh")
$ gem install rails
$ gem install passenger
...
== CentOS
$ sudo bash < <(curl "http://deploy.bzpalm.net/setup_development_env_centos.sh")
$ bash < <(curl "http://deploy.bzpalm.net/install_rvm_stable_centos.sh")
$ gem install rails
$ gem install passenger
$ cd $GEM_HOME/gems/passenger-(version)
$ rake nginx
== Nginx compile
* download nginx stable version
* compile nginx at /usr/local/nginx-(version)
$ rvmsudo bash < <(curl "http://deploy.bzpalm.net/setup_nginx_conf_centos.sh")
Done.