# Self Hosting

### 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 edit `Site_Name`, `Site_Description` and `Site_Logo` to your preferences (**Warning:** Only edit `DB_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`
