Minimum Specification
CPU : 4 core
RAM : 8GB
ssh-keygen -t rsa -b 4096Just press enter for all uestion
Run this command for show your ssh keys
cat ~/.ssh/id_rsa.pubthen you need to show your ssh key then copy it or save on notepad
Copy all of cencored
Open your vps and run this command
nano ~/.ssh/authorized_keyspaste your local ssh key then CTRL + O then ENTER then CTRL + X
ssh -L 8000:localhost:8000 -L 8008:localhost:8008 -L 3001:localhost:3000 -L 8001:localhost:8001 vpsusername@vpsipChange vpsusername and vpsip with your vps data eg: [email protected]
Then you'll be asking for vps password, and enter your vps password then press ENTER
apt update && apt upgrade -yapt install screen curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -yapt update -y && apt upgrade -y
for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do apt-get remove $pkg; done
apt-get update
apt-get install ca-certificates curl gnupg
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update -y && apt upgrade -y
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# Test Docker
docker run hello-world
apt install python3 python3-pip python3-venv python3-dev -ycurl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="/root/.local/bin:$PATH"Verify UV instalation
uv --versiongit clone https://github.com/gensyn-ai/codeassist.git
cd codeassistTo run CodeAssist, simply execute the following command:
uv run run.pyIf you see this, wait a minut then enter your hugging face token
To start CodeAssist, you will need to have a HuggingFace token. Follow these instructions and generate a token with Write access.
After you see http://localhost:3000 on terminal open http://localhost:3001 on your browser then login, after login complete mission