Skip to content
Snippets Groups Projects
Commit 170bc02e authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Updated README.md to include 'Local Network Binding' development information.

parent 305e7c86
No related branches found
No related tags found
1 merge request!161Updated README.md to include 'Local Network Binding' development information.
Loading
Loading
@@ -32,6 +32,7 @@ sockets to avoid port conflicts.
- [Running the tests](#running-the-tests)
- [Simulating Broken Storage Devices](#simulating-broken-storage-devices)
- [Simulating Slow Filesystems](#simulating-slow-filesystems)
- [Local Network Binding](#local-network-binding)
- [Update gitlab and gitlab-shell repositories](#update-gitlab-and-gitlab-shell-repositories)
- [Update configuration files created by gitlab-development-kit](#update-configuration-files-created-by-gitlab-development-kit)
- [PostgreSQL replication](#postgresql-replication)
Loading
Loading
@@ -383,6 +384,17 @@ script can be used to mount a local directory via SSHFS and slow down access to
the files in this directory. For more information see
[mount-slow-fs](#mount-slow-fs).
 
### Local Network Binding
The default host binding for the rails application is `localhost`, if you
would like to use other devices on your local network to test the rails
application then run:
```
./run db & cd gitlab && rails s -binding=192.XXX.X.ZZ
```
## Update gitlab and gitlab-shell repositories
 
When working on a new feature, always check that your `gitlab` repository is up
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment