MyBB Community Forums

Full Version: Downloading 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, what exactly I have to do after downloading? Any benchmarks?

Also, where to download it?
1.8 is not complete. Only an alpha version of the code in it's current state is available from the mybb/mybb repo on GitHub under the feature branch.
Thanks Euan T. Any thing to perform installation?
To fetch the code, run this from your git shell (if you have git installed. If not, install it):

git clone -b feature https://github.com/mybb/mybb.git mybb-17

This will clone the current code into the directory "mybb-17".
(2013-02-09, 02:52 PM)Euan T. Wrote: [ -> ]To fetch the code, run this from your git shell (if you have git installed. If not, install it):

git clone -b feature https://github.com/mybb/mybb.git mybb-17

This will clone the current code into the directory "mybb-17".

I feel stupid for not using git clone. I've been downloading ZIP files the whole time...