Skip to content
Snippets Groups Projects
Commit 1569ad1c authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'local-network-binding-docs' into 'master'

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

Bleep bloop mobile testing. :clamshell_mobile_phone: 

See merge request !161
parents e3693499 5663f4ba
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)
- [MySQL](#mysql)
Loading
Loading
@@ -383,6 +384,24 @@ 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:
```
echo 0.0.0.0 > host
./run
```
If you would like to revert back to the `localhost` network then run:
```
rm host
./run
```
## 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