View Single Post
  #1  
Old 18th February 2018, 01:40
aDream's Avatar
aDream aDream is offline
Member
 
Join Date: Dec 2017
Posts: 6
Default Installing Gazelle - Apollo Fork on Windows
tutorial to install apollo fork on windows with vagrant on debian virtual machine

1. install virtual box
https://www.virtualbox.org/

2. install Vagrant
https://www.vagrantup.com/
(restart)

3. install cmder
http://cmder.net/
just extract the zip to folder like C:\HashiCorp\Vagrant\cmder
run as adminstrator, create folder debian-jessie64 in vagrant root

get strat
cd C:\HashiCorp\Vagrant\debian-jessie64

vagrant box add debian/jessie64 -c
vagrant init debian/jessie64


vagrant up

git clone https://github.com/ApolloRIP/Gazelle.git

cd C:\HashiCorp\Vagrant\debian-jessie64\Gazelle

vagrant plugin install vagrant-vbguest

vagrant up

http://localhost:8080/

now import sql
[incomplete here]
Reply With Quote
The Following User Says Thank You to aDream For This Useful Post:
Fynnon (4th March 2018)