Coder Social home page Coder Social logo

casebox-vagrant's Introduction

Casebox2

Branches

  • v1 - Casebox v1 installation script (Vagrant, Ansible, LAMP5).
  • v2 - Casebox v2 installation script (Vagrant, Ansible, LEMP7).

Installation

Download and install:

Clone Casebox v1|v2 ansible installation script (https://github.com/KETSE/casebox-vagrant.git)

Open your favorite command prompt (ex. Git Bash on Windows, Terminal on MacOS and Ubuntu)

Navigate to /path/to/casebox directory.

Run vagrant (virtualbox) machine: vagrant up

Vagrant (virtualbox) ssh access

In order to login into vagrant (virtualbox) machine run vagrant ssh command.

Also you can login via ssh connection ssh [email protected].

Vagrant credentials (user/password): vagrant / vagrant

Vagrant box host/ip: 192.168.33.3.xip.io / 192.168.33.3

Links

Casebox Admin UI: http://192.168.33.3:8000/

Solr admin interface: http://192.168.33.3:8983/solr/#/

Admin UI

In order to create Casebox cores (environments), read the documentation

Credentials

In order to fetch credentials about mysql root password or casebox default password, login to vagrant box using 'vagrant ssh' command.

After that use 'cat' command to list the following files with credentials:

  • MySQL root password in file: /root/.mysql.root.password
  • MySQL <core name> password in file: /home/vagrant/.mysql.<core name>.password
  • Casebox default root user password: a

Vagrant utils

Run vagrant (virtualbox) machine: vagrant up

Stop vagrant (virtualbox) machine: vagrant halt

Update vagrant (virtualbox) machine: vagrant reload --provision

For developers

Run vagrant (virtualbox) machine: vagrant up

Open Casebox Admin UI http://192.168.33.3:8000/admin/share and share Casebox files.

Mount Casebox sources from VirtualBox into your host machine //192.168.33.3/casebox (for Windows: \\192.168.33.3\casebox) via SAMBA.

SAMBA vagrant user password: vagrant

Now you will be able to edit Casebox files from your favorite IDE.

Issues

-- TBD

casebox-vagrant's People

Contributors

vmelnic avatar oburlaca avatar

Watchers

James Cloos avatar Elric Wamugu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.