Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
INSTALL.md 3.22 KiB

Install instructions

This provides instructions for seting up the software on a freshly installed debian 9 system. It will most likely work on any recent ubuntu system too, though there may be some hickup with the python versions.

Installing Debian

This assumes a standard install of debian was made using the smallcd AMD64 debian image. It was tested selecting only the base system with the standard system utilities (which contain python) and no gui. This guide assumes during setup a user named rasa was created, though this shouldn't be too hard to adapt to.

Hypervisor specific steps

Hyper-V

Nothing to do, works out of the box.

KVM

Not tested.

VirtualBox

Works.

Installing sudo

Though not required we'll make rasa a sudoer for convenience reasons.

First log in as root and run

apt-get install sudo

Next we'll make the rasa user a sudoer

usermod -aG sudo rasa

All done here. exit and log in as rasa.

Seting up python for cleanNLP

Just to make sure we update the system with. We'll also need gcc nad git, so go ahead and install em.