Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Installing Gazelle - Apollo Fork on Windows (http://www.bvlist.com/showthread.php?t=11484)

aDream 18th February 2018 01:40

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]

becks101 4th March 2018 16:43

Everything went great.
But when i opened http://localhost:8080/

I get this
Code:

MySQL: Invalid Query:
                                SELECT ID, Name, Level, Secondary
                                FROM permissions
                                ORDER BY Level SQL error: 1146 (Table 'gazelle.permissions' doesn't exist)
Array ( [0] => Array ( [0] => SELECT ID, Name, Level, Secondary FROM permissions ORDER BY Level [1] => 1.1038780212402 [2] => ) )

Not familiar with vagrant much.


All times are GMT +2. The time now is 12:22.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.