Skip to content

Instantly share code, notes, and snippets.

View xhluca's full-sized avatar
💭
🔨

Xing Han Lu xhluca

💭
🔨
View GitHub Profile

Instructions for setting up webarena on aws:

# gitlab startup is a bit tricky, so we are doing this:
docker start gitlab
docker stop gitlab
docker remove gitlab
docker run --name gitlab -d -p 8023:8023 gitlab-populated-final-port8023 /opt/gitlab/embedded/bin/runsvdir-start

# for the rest, follow the original step 4:
See full code

@PurpleBooth
PurpleBooth / README-Template.md
Last active April 29, 2025 02:22
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites