Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@ EpixNet is a Python-based implementation of a decentralized web platform where:
python3 epixnet.py
```

5. **Access the dashboard**:
Open your browser and navigate to: `http://127.0.0.1:42222/`

### Creating Your First Site

1. Visit the EpixNet dashboard at `http://127.0.0.1:42222/`
2. Click **⋮** > **"Create new, empty site"**
3. You'll be redirected to your new site that only you can modify
4. Find your site files in the `data/[your_site_address]` directory
5. Edit your content, then drag the "0" button left and click **"Sign and publish"**

### System Dependencies for Source Installation

#### Ubuntu/Debian
Expand Down Expand Up @@ -274,6 +263,7 @@ EpixNet creates a `epixnet.conf` file in your data directory where you can set p
- **Clone existing site**: Visit site → Clone button
- **Manage sites**: Dashboard shows all your sites and visited sites
- **Site files**: Located in `data/{site_address}/` directory
- **Publish changes**: Drag the site "0" button left and click "Sign and publish"

## Development

Expand Down