mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
updated number of build items
parent
37bbc6daa2
commit
1b5690c758
1 changed files with 5 additions and 5 deletions
|
|
@ -575,7 +575,7 @@ For the changes to take effect immediately, or you can wait until next system re
|
|||
$ sudo service sshd restart
|
||||
```
|
||||
|
||||
##MySQL database
|
||||
##4. MySQL database
|
||||
|
||||
Initial MySQL configuration.
|
||||
Start mysql
|
||||
|
|
@ -603,7 +603,7 @@ $ mysql -u root -p
|
|||
> exit;
|
||||
```
|
||||
|
||||
##4. Ruby Version Manager
|
||||
##5. Ruby Version Manager
|
||||
Validate RVM prerequisite binaries are installed by executing the following as root or with sudo.
|
||||
```
|
||||
$ sudo for name in {bash,awk,sed,grep,ls,cp,tar,curl,gunzip,bunzip2,git,svn} ; do which $name ; done
|
||||
|
|
@ -622,7 +622,7 @@ $ echo gem: --no-ri --no-rdoc >> ~/.gemrc
|
|||
|
||||
Log off then on or $ source ~/.profile before continuing.
|
||||
|
||||
##5. Ruby 1.9
|
||||
##6. Ruby 1.9
|
||||
Tracks installation.textile states Tracks version 2.2.2 works best with Ruby 1.9, let's make sure we have RVM's requirements have been met then install ruby 1.9.
|
||||
```
|
||||
$ rvm requirements
|
||||
|
|
@ -679,7 +679,7 @@ $ rvm --default use 1.9.3
|
|||
$ rvm list
|
||||
```
|
||||
|
||||
##6. Bundler
|
||||
##7. Bundler
|
||||
Bundler is an additional requirement of Tracks.
|
||||
```
|
||||
$ gem install bundler
|
||||
|
|
@ -690,7 +690,7 @@ $ bundle -v
|
|||
Bundler version 1.6.2
|
||||
```
|
||||
|
||||
##7. Phusion Passenger
|
||||
##8. Phusion Passenger
|
||||
We are using Apache, thus Phusion Passenger provides painless integration between Apache and Tracks.
|
||||
```
|
||||
$ gem install passenger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue