You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. If you have any issues, jump into chat, introduce yourself and ask or leave a message if no one is around.
23
23
8. Find an [interesting bounty](https://assemblymade.com/coderwall/wips) on Assembly or suggest a new one.
24
-
9.Fork and then issue a PR when you are done referencing the Bounty. (Note: Only PRs from those with valid Assembly account will be merged).
24
+
9.Issue a PR with your work when it is ready for review. (Note: Only PRs from those with valid Assembly account will be merged).
25
25
26
26
You're on your way to having a stake in Coderwall.
27
27
@@ -56,6 +56,8 @@ Here's everything you need to get started working on Coderwall with Vagrant TODA
56
56
57
57
*At the time of writing this document we were using VirtualBox 4.3.12 and Vagrant 1.6.5.*
58
58
59
+
**WE ARE USING VIRTUALBOX 4.3.12 DUE TO COMPATABILITY ISSUES WITH VBOX GUEST ADDITIONS.**
60
+
59
61
#### Vagrant! I already know what to do.
60
62
61
63
__If you're an experienced Vagrant user then you can fetch the base box and register it yourself.__
@@ -70,11 +72,13 @@ If you're running Windows, [here's a guide written by one of our members on how
70
72
71
73
1.**Install VirtualBox**
72
74
73
-
Grab the VirtualBox installer from **[here](https://www.virtualbox.org/wiki/Downloads)**.
75
+
Grab the VirtualBox installer from **[here](https://www.virtualbox.org/wiki/Download_Old_Builds_4_3)**.
76
+
77
+

74
78
75
-
_At the time of writing this documentation the current version is VirtualBox 4.3.12._
79
+
The _required_version is **VirtualBox 4.3.12.**
76
80
77
-
You don't have to install the VirtualBox 4.3.12 Oracle VM VirtualBox Extension Pack but I recommend installing it for the extra drivers.
81
+
I recommend installing VirtualBox 4.3.12 Oracle VM VirtualBox Extension Pack for the extra drivers.
78
82
79
83
2.**Install Vagrant**
80
84
@@ -115,11 +119,9 @@ If you're running Windows, [here's a guide written by one of our members on how
115
119
Now that you've got VirtualBox and Vagrant installed with the source code cloned in `~/assemblymade/coderwall` we can start up the Vagrant instance.
116
120
117
121
cd ~/assemblymade/coderwall
118
-
vagrant up
119
-
120
-
You will likely be prompted for your `sudo` password to allow VirtualBox to mount the shared folder using NFS.
122
+
./run.sh # or run.bat if you're on Windows
121
123
122
-
Since this is probably the first time you're running this command it's going to take a VERY long time (bandwidth willing) to run. This is because Vagrant needs to fetch the Coderwall base box from the Internet and it's about 1GB. Fortunately that really only has to be done once (unless the base box get's updated but that's another story).
124
+
Since this is probably the first time you're running this command it's going to take a VERY long time (bandwidth willing) to run. This is because Vagrant needs to fetch the Coderwall base box from the Internet and it's about 1.4GB. Fortunately that really only has to be done once (unless the base box get's updated but that's another story).
123
125
124
126
Once Vagrant reports that you're booted up and ready to go then you'll be able to SSH into the local vm similiar to any other remote box.
125
127
@@ -183,7 +185,7 @@ If you're running Windows, [here's a guide written by one of our members on how
183
185
184
186
If you need to change any environment variable you have to edit ```.env``` file properly and restart Rails server running:
0 commit comments