githubUsing GitHub Codespace

The easiest way to setup your Overleaf CEP is to use GitHub Codespace, where all environment variables are pre-configured to ensure you can use it out of the box.

circle-exclamation

We have pre-configured the following features:

1

Create Your GitHub Codespace

Click the following button to create you GitHub Codespace. In terms of server configuration, 2 cores with 8 GB of RAM are generally sufficient for individual daily editing. If you plan to collaborate within a small team, we recommend choosing a configuration with 4 cores or more.

Open in GitHub Codespacesarrow-up-right

2

Initialize Overleaf Instance

When your codespace is ready, run the following command in your bash to Initialize your overleaf instance.

bash
./init.sh
circle-info

You may need to wait for at least 3 mins before we pull all the docker images you need.

3

Make 80 Port Available

Switch to the Ports tab, and then follow these steps to make the 80 port public.

After that, you can click the Forwarede Address to visit your overleaf instance. You may need to add /launchpad to visit overleaf welcome page.

4

Create Your Admin Account

Input your admin account and password, then click Register button.

5

Enjoy Writing

Now, time to enjoy your LaTeX\LaTeX writing!

Last updated

Was this helpful?