Start Paideia LMS and access your instance
本頁內容尚未翻譯。
準備好……
- Start the Paideia LMS server
- Access Paideia LMS in your browser
- Create your admin account
Start Paideia LMS
Section titled “Start Paideia LMS”Now that your environment is configured, you can start the Paideia LMS server.
-
Start the Paideia LMS server:
Terminal window ./paideia serverOr simply:
Terminal window ./paideiaThe server will start and listen on the configured ports (default:
3001for backend API,3000for frontend). -
Wait for the server to start. You should see confirmation in the terminal that Paideia LMS is running.
Access Paideia LMS
Section titled “Access Paideia LMS”-
Open your browser and navigate to
http://localhost:3000(or the port configured viaFRONTEND_PORTenvironment variable).You should see the Paideia LMS login page.
-
On first access, you’ll be prompted to create an admin account. Follow the on-screen instructions to create your admin user.
-
Once you’ve created your admin account, log in to access the Paideia LMS dashboard.
Congratulations! You now have Paideia LMS running and accessible!
Verify your installation
Section titled “Verify your installation”-
Explore the Paideia LMS interface:
- Check the dashboard
- Navigate through the different sections
- Verify that all features are accessible
-
Check the API endpoint:
Navigate to
http://localhost:3001to verify the API is running (you should see API documentation or a health check response).
Test your knowledge
Section titled “Test your knowledge”You want to restart Paideia LMS after making configuration changes. What steps do you take?
Checklist
Section titled “Checklist”Resources
Section titled “Resources”-
Installation and Setup Guide internal — complete installation and configuration guide
-
CLI Reference internal — reference for all CLI commands
