Get Started
Here is a demonstration of how to get started with Kener in seconds
Requirements
- Node.js Minimum version required is
v18
. - Git
- sqlite3
Clone the repository
git clone https://github.com/rajnandan1/kener.git
cd kener
Install Dependencies
npm install
Set up Environment Variables
Kener needs some environment variables to be set to run properly. Here are the list of environment variables that you need to set.
cp .env.example .env
Start Kener
npm run dev
Kener Development Server would be running at PORT 3000. Go to http://localhost:3000 to see the Kener in action.
Status page will be at http://localhost:3000
Status Page Manage Portal will be at http://localhost:3000/manage/app/site
Create a new User
If this is the first time your are launching kener then you would be redirected to the set up page. Fill in the details and click on Let's Go
button.
- Name: Your Name
- Email: Your Email
- Password: Your Password
Please note that the email should be a valid email address and password should be atleast 8 characters long with uppercase lowercase and numbers.
Login
Once you have created the user, you can login with the credentials you have provided by going to the login page
Next Steps
Learn how to configure kener by going through one of the topics
- Monitors: Learn how to set up and work with monitors in kener.
- Triggers: Learn how to set up and work with triggers in kener.
- Environment Variables: Learn how to set up and work with environment variables in kener.
- API: Learn how to use the API in kener.
- Databases: Learn how to set up and work with databases in kener.
- Theme: Learn how to set up and work with theme in kener.