Self Hosting
Self hosting on the lite version is very easy, just follow this steps
1 - Download the latest version of 1C0N Lite via git
Open a terminal and type:
git clone https://github.com/1C0N-CMS/1C0N-Lite
2 - Move the code to the public html directory
In the same terminal use
mv
to move the code to the folder (Example:sudo mv ~/1C0N-lite/* /var/www/blog/*
)
3 - Config 1C0N
Open
config.php
and editSite_Name
,Site_Description
andSite_Logo
to your preferences (Warning: Only editDB_Directory
if you know what are you doing)
4 - Enjoy!
Yay! Now you have 1C0N lite installed, just add a post in the
db.json
Last updated
Was this helpful?