Select new section for the document
List of Projects
OSRA - Support system
Getting started with OSRA
Getting started with OSRA
Updated over 6 years ago by Nikita Avvakumov
Welcome to OSRA!
A project member will be glad to help you get set up in a live session - please email ... or post a request on our Slack channel if you already have access there. However, if you prefer, you can carry out the following setup steps on your own:
The branch of the repository you forked and cloned is called 'develop'. You should do all work locally in a new feature branch, then push that branch up to your GitHub repo and submit a pull request for your code to be merged into the official OSRA 'develop' branch.
- Please read and follow Agile Ventures' general Getting Started guide. You will need accounts on Agile Ventures, GitHub, Google+, Pivotal Tracker and Slack.
- OSRA uses a PostgreSQL database. The easiest way to get this working on a Mac is by installing postgres.app.
- Visit our GitHub repository and fork it to your own GitHub account.
-
Clone the OSRA repository to your computer with
git clone https://github.com/YourName/osra.git
orgit clone git@github.com:YourName/osra.git
depending on your GitHub configuration. - Add the Agile Ventures OSRA repository as 'upstream' remote with
git remote add upstream https://github.com/AgileVentures/osra.git
- Run
bundle install
- Run
bundle exec rake db:setup
andbundle exec rake db:test:prepare
- To ensure that the setup worked, run
bundle exec rspec spec/
andbundle exec cucumber
and make sure that all test pass.
If you didn't understand parts or the whole of the above, don't despair and - most importantly - don't get discouraged! OSRA team members are available to help you at every step of the process. We welcome the opportunity to work with developers of all backgrounds and levels - please join us!
Revisions
comments powered by Disqus
Nikita Avvakumov
created "Getting started with OSRA" over 6 years ago
Nikita Avvakumov updated "Getting started with OSRA" over 6 years ago
Craig Ferry updated "Getting started with OSRA" over 6 years ago
Nikita Avvakumov updated "Getting started with OSRA" over 6 years ago
Nikita Avvakumov updated "Getting started with OSRA" over 6 years ago
Craig Ferry updated "Getting started with OSRA" over 6 years ago
Nikita Avvakumov updated "Getting started with OSRA" over 6 years ago