All Projects → CocoaPods → cocoapods.org

CocoaPods / cocoapods.org

Licence: other
That website https://cocoapods.org/ - pretty useful

Programming Languages

Slim
82 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
shell
77523 projects

cocoapods.org

Setup

Ideally this website should be run through a sub-folder of Strata.

  1. Clone a copy of Strata and run rake clone. Or if you just want this website rake clone["cocoapods.org"].
  2. Run rake db:migrate in Strata to update the database to the latest version.
  3. Add a .env file with in CocoaPods.org ENVIRONMENT variables, see sample.env.

Alternatively, direct set up:

  1. git clone [email protected]:CocoaPods/cocoapods.org.git && cd cocoapods.org
  2. rake bootstrap

Running

  1. bundle exec rake serve

The server will run on http://localhost:3000

Things to note

  • Large scale design changes should be discussed in a new issue first.
  • By default the server will use the production search database in a development environment. This is so you don't have to run your own instance of search.

What is this?

This app is a Sinatra app. We use slim as a templating language, and flounder as our ORM against the trunk database.

A lot of the logic around search is based on work from @floere in picky. All of the CocoaPods-specific parts of search are in search.config.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].