Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.4' of github.com:geometalab/osmaxx into relea…
Browse files Browse the repository at this point in the history
…se/0.4
  • Loading branch information
das-g committed Aug 5, 2015
2 parents f4ed5e5 + 3fb36b0 commit 9c10713
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ Website: http://osmaxx.hsr.ch/

## Development

See https://github.com/geometalab/osmaxx-docs for documentations and [/docs/development.md](/docs/development.md) for
more detailed instructions.
* [Project Repository (Git)](/docs/git-repository.md)
* [Project Development Environment (Docker)](/docs/project-development-environment.md)
* [Commonly used commands for development](/docs/useful-commands.md)
* [Deployment](/docs/deployment.md)

We do not recommend to run the application local on your machine but it's possible. We recommend to use the development docker containers.

**NOTE**: to run it locally (no docker), you might want to copy the .env-dist
to .env and adapt the lines there.


## Run it locally on Linux
Expand Down
14 changes: 0 additions & 14 deletions docs/development.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/git-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ For developers have write access to this repository:

2. Enable [git-flow](https://github.com/nvie/gitflow) for the local repo
```shell
git checkout master # or git checkout -b master origin/master
git flow init -d
```

(This project uses git-flow's default branch names and branch name prefixes, which `-d` automatically accepts.)

You should now be on the `develop` branch. Otherwise checkout the development branch: `git checkout development`.
3. Clone the third party repositories we use through [git submodules](http://www.git-scm.com/book/en/v2/Git-Tools-Submodules)

```shell
git submodule init && git submodule update
```
Expand Down

0 comments on commit 9c10713

Please sign in to comment.